@charset "utf-8";


body {
	font-size: 14px;	/*文字サイズ*/
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 15px !important;
}
/*h1タグの設定*/


/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	width: auto;
	height: auto;	/*ブロックの高さ*/
overflow:hidden;
display: block; 
	border: none;
	border-bottom: 1px solid #FFF;	/*下側の線の幅、線種、色*/
margin-bottom:0px;
font-size:14px;
	background-image:none;
background-color:#85d4fd;


min-height:280px;
}

header #logo {
	position: relative;
	height: auto;
	margin: 10px 10px 20px 10px !important;
	padding-top: 10px;
	text-align:left;
}

header #logo h1{
font-size:14px;
line-height: 160%;
}
header #logo a{border-bottom: dashed 1px #0000ff;color:#0000ff;}

p.margintop40{
padding-top:50px;
}


img {
max-width:100%;
height:auto;
}

.text1{
font-size:155%;
color:#0000ff;
line-height:150%;
font-weight:bold;
}

.text2{
font-size:110%;
color:#0000ff;
line-height:100%;
}

p.text3{
font-size:140%;
color:#0000ff;
line-height:100%;
margin:25px auto;
font-weight:bold;
}

p.text4{
font-size:130%;
color:#0000ff;
line-height:180%;
font-weight:bold;

}
.text5{
font-size:130%;
color:#0000ff;
line-height:150%;
font-weight:bold;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/

#menu{
display:inherit;
}



#acMenu dt{
    display:block;
    width:97%;
    height:50px;
    line-height:50px;
    text-align:left;
    cursor:pointer;
padding-left:20px;
background:#eeeeee;
    }

dt img{
vertical-align:middle;
margin-right:15px;
}

#acMenu dd{
    width:100%;
    height:auto;
    line-height:150%;
    text-align:left;

    display:none;
    }


span.left7{
line-height:190%;
border:0 !important;
color:#0000ff;
}
nav#menu ul {
	height: auto;
	overflow: hidden;
}

/*
nav#menu ul li {
	float: left;
	width: 50%;
}
*/

nav#menu ul li{
	width: 100%;
	padding: 7px 0 7px 5px;
	line-height: 1.2;
	display: block;
	font-size: 14px;	
	text-align: left;	
color:#0000ff;
}


nav#menu ul li a {
	border: none;
text-decoration:none;
color:#0000ff;
border-bottom: 1px dashed blue;
}
#menubar {

}

#menubar h2{
color:#0000ff;
margin-left:5px;

}

/*奇数番目のメニューの設定(※１個目の「ホーム」メニューが非表示になっている為、この場合はサービスとお問い合わせが奇数番目となる。)*/
nav#menu ul li:nth-child(odd) {
	border-left: 1px solid #FFF;	/*左側の線の幅、線種、色*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*
#menu{
border-bottom:1px solid #cccccc;
margin-bottom:30px;
}*/
#menu{
display:none;
}

#menu ul.submenu li.menu_1 a{
border-bottom: 1px dashed blue !important;
text-decoration:none !important;
}
/*nav#menu ul li:first-child {
	display: none;	
}*/

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

#main h2 {
	font-size: 100%;
	color: #0000ff;		/*文字色*/
	padding: 7px 0px 7px 20px;	/*上下、左右への余白*/
	clear: both;
	background-image: url(../images/arrow2.png);			/*同上*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: 0px center;		/*背景画像を右側・上下中央に配置*/
border-bottom:1px #e1e1ff solid;
margin-bottom:10px;
}



#main a.ms_only{
color:#0000ff;
padding-bottom:-2px !important;
text-decoration:none;
border-bottom: 1px dashed blue;
line-height:200%;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
clear:both;

}
#main{	padding-left: 10px;}

#sub {
margin-left:0px;
padding-left:0px;
}

/*service.html内の各ブロック（※タイプ１）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list1 section {
	width: 45%;	/*ボックスの幅*/
}

/*その他
---------------------------------------------------------------------------*/
/*写真の設定*/
img.wa {
	width: 100%;
	height: auto;
}
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}





#main dl#main_in_dl{
margin-left:0px;
width:100%;
}

#main dl#main_in_dl dt{
float:none;
width:100%;
}


dl#main_in_dl dd{
float:none;
width:100%;
margin-bottom:10px;
border-bottom:1px #f5f5f5 solid;
padding-bottom:15px;
}

dl#main_in_dl dd#main_in_dd_eiga{
float:none;
width:100%;
margin-bottom:15px;
border-bottom:1px #f5f5f5 solid;
padding-bottom:15px;
}


#main_in_dd_eiga p{
margin:0px 0px;
padding:0px;
line-height:150%;
}

dl#main_in_dl dt.main_in_dt2{
clear:both;
float:none;
width:100%;
margin-bottom:15px;
font-weight:normal;
}
table.ta_form{
max-width:83% !important;
}
table.ta_form td{
display:block;
width:83% !important;
padding:0px;
border:0px ;
}


footer {
margin-left:0px;
padding-left:10px;
padding-top:20px;
padding-bottom:25px;
}
footer span{
display:block;
}

footer a{border-bottom: dashed 1px #0000ff;color:#0000ff;}

