@import url('reset.css');

body{
	background:#000;
	color:#fff;
	font-size:14px;
	line-height: 1.5;
	*font-size: 82%; /* for ie6/7 */
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	overflow:auto;
}

a {
	color:#228b22;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
.ac_header {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	font-size:12px;
	background:#000;
	opacity:0.9;
	height:auto;
	padding:2px 0 1px 18px;
	z-index:50;
}

.ac_header h1 {
	float:left;
	width:60%;
	margin:0;
	padding:0;
}

.ac_header a {
	text-shadow:1px 1px 1px #000;
	color:#ffffff;
}

.ac_header a:hover{
	border-bottom:1px dotted #e9e9e9;
	text-decoration:none;
}

.ac_header a span{
	font-weight:bold;
}

.ac_header a.ac_left{
	float:left;
}

/* --------------------------------------------------
	sub_menu
-------------------------------------------------- */
.sub_menu {
	width:28%;
	float:right;
	margin:0;
	padding:0;
	font-size:11px;
	color:#ffffff;
	/*
	border:1px dotted white;
	*/
}

.sub_menu li {
	background:url(../images/list_mark.gif) no-repeat 1px 5px;
	float:left;
	padding-left:16px;
	margin-right:15px;
}

/* --------------------------------------------------
	menu / pages
-------------------------------------------------- */
img.ac_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	opacity:0.8;
	display:none;
}

.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../images/pattern.png) repeat top left;
	/*
	background:transparent url(http://www.exmode.jp/images/pattern.png) repeat top left;
	*/
}

.ac_loading{
	position:fixed;
	top:10px;
	right:10px;
	background:#000 url(../images/loader.gif) no-repeat center center;
	width:50px;
	height:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	z-index:1000;
	opacity:0.7;
	display:none;
}

.ac_content{
	position:fixed;
	height:90px;
	width:100%;
	top:130px;	/* ここでメニュー位置調整  18% */
	left:0px;
	margin-top:-65px;
	/*
	border:4px solid blue;
	*/
}

.ac_content h1{
	background:transparent url(../images/bg_menu.png) repeat top left;
	float:left;
	width:320px;
	height:90px;
}

.h1_block1 {
	margin:9px 0 0 15px;
}

.h1_block2 {
	font-size:11px;
	margin:0 0 0 15px;
}

/* Google Font API */
.menu_f {
    font-family: 'Michroma', arial, serif;
    font-size:24px;
	font-weight:normal;
}

/* --------------------------------------------------
	fix
-------------------------------------------------- */
.ac_fix {
	float:left;
	width:350px;
	padding-top:8px;
}

/* --------------------------------------------------
	home_contents
-------------------------------------------------- */
#home_contents {
	display:block;
}

#infomation {
	position:fixed;
	bottom:80px;
	left:0;
	width:640px;
	height:auto;
	padding-top:8px;
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	/*
	font-family:cursive;
	*/
}

.info_title {
	width:92%;
	border-bottom:1px solid #fff;
	padding-left:62px;
	margin-bottom:18px;
}

dl.info_section {
	margin-left:96px;
}

dl.info_section dt {
	background:url(../images/info_dot.png) no-repeat 2px 5px;
	background:url(../images/info_dot.png) no-repeat 2px 5px;
	float:left;
	font-weight:bold;
	font-size:15px;
	padding-left:18px;
	clear:both;
}

dl.info_section dd {
	float:left;
	font-size:15px;
	padding-left:16px;
}





.info_date {
	background:url(../images/info_dot.png) no-repeat 2px 5px;
	float:left;
	font-weight:bold;
	font-size:15px;
	padding-left:18px;
	margin-left:100px;
}

.info_text {
	float:left;
	font-size:15px;
	padding-left:16px;
}


/* --------------------------------------------------
	menu
-------------------------------------------------- */
.ac_menu{
	background:transparent url(../images/bg_menu.png) repeat top left;
	float:left;
	position:relative;
	height:90px;
	width:100%;
	
}

@media screen and (max-width:920px) {
	.ac_menu {
		height:150px;
	}
}

/* loading bugfix */
#menu_cover {
	position:fixed;
	top:60px;	/* ここでメニュー位置調整  18% */
	left:0px;
	background:url(../images/dmy.png) repeat top left;
	height:160px;
	width:100%;
	z-index:100;
	display:block;
}


.ac_menu > ul{
	float:right;
	width:560px;	/* fix */
	margin-top:16px;
	padding:0;
}

.ac_menu > ul > li{
	float:left;
	margin:3px;
}

.ac_menu > ul > li a {
	display:block;
	margin:0;
}

/* メニュークリックで表示するボックス */
.ac_subitem{
	background:url(../images/bg_menu.png) repeat top left;
	position:fixed;
	color:#333;
	width:100%;
	padding:0;
	height:0; /* animate to 500px */
	top:48%;
	left:0;
	margin-top:-200px; /* animate to -200px */
	z-index:49;
	overflow:hidden;
}

.ac_subitem h2 {
	color:#ffffff;
	font-size:22px;
	font-weight:bold;
	padding:4px 0;
}

/* --------------------------------------------------
	screen / print
-------------------------------------------------- */
.p_title {
	display:none;	/* print only */
}

/* --------------------------------------------------
	outer_box
-------------------------------------------------- */
.box_header {
	position:relative;
	min-width:540px;
	width:74%;
	margin:0 auto;
}

.outer_box {
	background:#ffffff;
	min-width:540px;
	width:74%;
	height:85%;
	margin:0 auto;
	overflow:hidden;
	padding:5px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px; 
}

.inner_box {
	width:auto;
	height:92%;
	margin:5px;
	overflow:auto;
	background-color:#ffffff;
	padding:12px 20px 12px 12px;
}

/* --------------------------------------------------
	
-------------------------------------------------- */

.outer_box h3 {
	color:#1A59CE;
	font-size:18px;
	padding:0 0 14px 0;
}

.outer_box p {
	padding:0 0 14px 0;
}

p.text_block {
	float:left;
	width:47%;
	min-width:260px;
	padding:1em;
}

p.fig_block {
	float:left;
	width:48%;
	min-width:320px;
	padding-right:12px;
}

.fig_block img {
	display: block;
	width:100%;
	height:auto;
	margin:1em 0;
}

p.fig_block_s {
	float:right;
	width:25%;
	min-width:220px;
	padding:0;
	margin-left:22px;
	
}

.fig_block_s img {
	display: block;
	width:100%;
	height:auto;
	margin:1em 0;
}

@media screen and (max-width:960px) {
	p.text_block {
		width:92%;
	}
}

.red {
	color:#cc0000;
	padding:0.5em;
}

.name {
	background:url(../images/logo_s.png) no-repeat top left;
	float:right;
	height:34px;
}

.names {
	text-align:right;
}

.name p {
	padding:10px 30px 0 115px;
	font-size:14px;
	font-weight:bold;
}

/* --------------------------------------------------
	
-------------------------------------------------- */

.ac_subitem ul{
	padding:0px 40px;
}
.ac_subitem ul li{
	margin:10px 0px;
}
.ac_subitem ul li:first-child{
	font-size:14px;
	text-transform:none;
	border-bottom:1px dotted #333;
	padding-bottom:15px;
	margin-bottom:15px;
}

.close_tab {
	background:#ffffff;
	width:107px;
	height:45px;
	position:absolute;
	top:2px;
	right:-5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;	
	border-radius:3px;
}

span.ac_close{
	position:absolute;
	top:6px;
	right:10px;
	width:86px;
	height:27px;
	cursor:pointer;
	background:transparent url(../images/close.png) no-repeat top left;
	opacity:0.8;
}
span.ac_close:hover{
	opacity:1.0;
}

.print_btn {
	position:absolute;
	width:111px;
	height:18px;
	top:13px;
	right:136px;
}

span.ac_print{
	position:absolute;
	top:6px;
	right:10px;
	width:86px;
	height:27px;
	cursor:pointer;
	background:transparent url(../images/close.png) no-repeat top left;
	opacity:0.8;
}
span.ac_print:hover{
	opacity:1.0;
}





/* --------------------------------------------------
	footer
-------------------------------------------------- */
.ac_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	text-align:center;
	font-size:11px;
	background:#000;
	opacity:0.9;
	height:auto;
	padding:2px 0 5px 18px;
}

.ac_footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;
}
.footer a:hover{
	color:#fff;
}
.ac_footer a span{
	font-weight:bold;
}
.ac_footer a.ac_left{
	float:left;
}

/* --------------------------------------------------
	service
-------------------------------------------------- */
#service_content {
}

#service_content h3 {
	
	font-size:14px;
	font-weight:bold;
	line-height:1.3;
	padding:4px 0 2px 12px;
	margin:18px 0 3px 0;
	
    background: -moz-linear-gradient(left, #00516e, #ffffff);  
    background: -webkit-gradient(linear, left top, right bottom, from(#00516e), to(#ffffff));
	
	color: #ffffff;
	background-color:#000000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;	
	border-radius:3px;
}

#service_content h4 {
	margin:12px 0 0 12px;
}

#service_content img {
	float:left;
	margin:12px;
}

.h5_box {
	width:55%;
	float:left;
	padding:10px;
	margin:10px;
    background: -moz-linear-gradient(top, #feffea, #fcfed3);  
    background: -webkit-gradient(linear, left top, left bottom, from(#feffea), to(#fcfed3));
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;	
	border-radius:3px;
}

#service_content h5 {
	background:url(../images/s_dot.png) no-repeat 6px 4px;
	padding:0 0 0 18px;
	margin-top:2px;
	font-size:12px;
}

#service_content h6 {
	padding:0 0 0 32px;
	margin-top:2px;
	font-size:12px;
}



/* --------------------------------------------------
	Company
-------------------------------------------------- */

#company_overview {
	background-color:#ffffff;
	width:auto;
	margin:0; 
	padding:1em;
	font-size:14px;
	overflow:hidden;
}

#company_overview .outer {
	border-top:1px dotted #666;
	padding:8px 0;
	margin:0;
}

#company_overview .outer:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}

#company_overview .title {
	padding:2px 0 3px 16px;
	width:20%;
	float:left;
	font-weight:bold;
	border-left:5px solid #F36;
}

#company_overview .data {
	padding:2px 0 3px 16px;
	width:75%;
	float:left;
	border-left:5px solid #eee;
}

/* リンク箇所は解除 */
#company_overview .data a {
	display:inline-block;
}

#company_overview .adr_title {
	padding:2px 0 3px 9px;
	width:180px;
	float:left;
	border-left:5px solid #C8EEFD;
}

#company_overview .adr_data {
	padding:2px 0 3px 12px;
	width:70%;
	float:left;
}

#company_overview .adr_tel {
	padding-left:1.5em;	
}

#company_overview .adr_tel span {
	padding-left:1em;	
}

.c_list {
	line-height:1.6;
	
}

.list {
	width:95%;
}

#c_name {
	width:auto;
	text-align:center;
}


/* --------------------------------------------------
	table
-------------------------------------------------- */
#list_data {
	width:96%;
	background:#fff;
}

#list_data tr {
	border-top:1px dotted #666;
}

#list_data th {
	width:26%;
	font-weight:bold;
	padding:6px 0;
	vertical-align:top;
}

#list_data th span {
	border-left:5px solid #F36;
	padding-left:15px;
}

#list_data td {
	padding:6px 0;
}

#list_data td span {
	border-left:5px solid #eee;
	padding-left:15px;
}

.large_box1 {
	border-left:5px solid #eee;
	padding-left:15px;
}

.large_box1 p {
	padding:0 0 2px 32px;
}

.large_box2 {
	border-left:5px solid #eee;
}

.large_box2 p {
	padding:0 0 2px 15px;
}

.b_ttl {
	border-left:5px solid #C8EEFD;
	padding-left:12px;
}

/* --------------------------------------------------
	partners (common)
-------------------------------------------------- */

.h3_box h3 {
	color:#33C;
	font-size:18px;
}

.h3_box p {
	padding-left:1em;
}

.h4_box {
	padding-left:1em;
}

.h4_box h4 {
	color:#33C;
	font-size:16px;
}

.h4_box p {
	padding-left:0;
}


/* --------------------------------------------------
	contact
-------------------------------------------------- */
#i_frame {
	width:480px;
	height:420px;
}

#p_link a {
	display:inline;
	padding:1px;
}

#m_frame {
	width:580px;
	height:500px;
	margin-top:30px;
}


p.btn_block {
	float:left;
	text-align:center;
	width:45%;
	margin:60px 20px 0 0;
	min-width:260px;

}

p.image_block {
	width:45%;
	text-align:center;
	float:left;
	max-width:300px;
	min-width:120px;
}

.image_block img {
	display: block;
	width:100%;
	height:auto;
}



/* --------------------------------------------------
	Clearfix
-------------------------------------------------- */
.group:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}

.group {
	*zoom: 1;
}
