
/* ********************************************************************************
 * ページ・レイアウト
 * ******************************************************************************** */

a{color:#00F;text-decoration:underline;}
a:visited{/*color:#006;*/color:#660099;}
a:hover{text-decoration:underline;color:#09F;}

/* ********************************************************************************
 * ・本レイアウト
 * ******************************************************************************** */

html {
	height:100%;
}

body {
	font-size: 14px;
	color:#000;
	font-family: Arial,"���C���I",Meiryo UI,Osaka,"�q���M�m�p�S Pro W3";
	text-align:left; /* for IE6 */
	margin:0;
	background:url(../images/common/bg1.png) repeat;
	background-position:center;
	height:100%;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;
}

#container {
	position:relative;
/*	max-width:1000px;*/
	max-width:1200px;
	height:100%;
	min-height:100%;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	background:url(../images/common/bg_w_60.png) repeat;
}

body > #container {
	height:auto;
}


#container1 {
	max-width:100%;
	padding:10px 25px;
}

#container2 {
	float: right;
	max-width:1000px;
	padding:10px 20px 10px 30px;
}


#container2-2 {
	max-width:100%;
	padding:0 25px;
}

#container3 {
	max-width:100%;
	padding:25px;
}

.container-pnl {
	max-width: 470px;
	float: left;
}

#container-side {
	float: left;
	width:150px;
	height:2000px;
	background-color: #6d6d6d;
}


@media screen and (max-width: 1230px) {
	
#container2 {
	float: left;
	padding:10px 25px;
}

#container-side {
	display: none;
}

}


/* ********************************************************************************
 * Header
 * ******************************************************************************** */
 
#header {
	display:inline;
	position:relative;
	max-width:1200px;
	margin-bottom:10px;
}

#logo {
	position:relative;
	float:left;
	padding-left:20px;
	margin-right:10px;
	z-index:300;
	max-width:400px;
}

#logo img {
	width:80%;
	height:auto;
}

#logo .logotitle1 {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:3px;
	font-weight:normal;
	font-size:18px;
	color:#000;
}

#logo .logotitle2 {
	margin:3px 0px 8px 5px;
	font-size:15px;
	color:#000;
}

.header_right {
	display:block;	
	position:relative;
	float:right;
	margin-top:20px;
	margin-right:30px;
	max-width:500px;
	z-index:100;
}

.home {
	float:right;
	margin-top:5px;
	font-size:14px;
	font-weight:bold;
}

.banner_ac17 {
	float:right;
}

.spatterlink {
	font-size: 18px;
}

@media screen and (max-width: 830px) {
	
.header_right {
	float:left;
	margin-top:0px;
	margin-left:25px;
	margin-bottom:10px;
}

.home {
	float:left;
}

.banner_ac17 {
	float:left;
}

}


/* ********************************************************************************
 * menu
 * ******************************************************************************** */

.menubox {
	width:100%;
	float:left;
	background-color:#293355;
}

.menu {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	color:#000;
	font-size:12px;
}

.menu a {display:block; text-decoration:none;}
.menu li {width:100%;display:block; position:relative; float:left; text-align:center;}
.menu .menulink {padding:10px 5px; color:#FFF; white-space:nowrap;}
.menu .menulink_on {padding:10px 5px; color:#000; white-space:nowrap;background:#a7b4e1;}
.menu .menulink:hover{background:#596daf;}

.menublock1 {width:20%; display:block; float:left;background-color:#3c4f76;}
.menublock2 {width:20%; display:block; float:left;background-color:#455486;}

.menubtn {
    display:none; 
} 

/* ********************************************************************************
 * Footer
 * ******************************************************************************** */
 
#footer {
	display:block;
	position:relative;
	margin: 0 auto;
	padding:20px;
	max-width:1000px;
}

#footer .left {
	position:relative;
	float:left;
	width:45%;
	padding-left:2%;
	padding-right:3%;
	font-size:12px;
	line-height:1.5;
	margin-bottom:30px;
}

#footer .right {
	position:relative;
	float:right;
	width:45%;
	padding-left:3%;
	padding-right:2%;
	font-size:12px;
	line-height:1.5;
	margin-bottom:30px;
}

.footertitle {
	margin-top:3px;
	margin-bottom:3px;
	font-weight:normal;
	font-size:16px;
	color:#000;
}

.footerlogo {
	margin:13px 0px 7px;
}

.footer_add {
	margin-bottom:5px;
}

.footer_legal {
	max-width:100%;
	padding:0 25px;
	border-color:#95989A;
}

.footer_legal .copy {
	float:left;
	color:#95989A;
	margin-right: 70px;
}

.nav_legal {
	float:left;
	margin-bottom:20px;
}

.footer_legal a {
	color:#95989A;
	text-decoration:none;
}

.footer_legal a:hover {
	text-decoration:none;
	color:#09F;
}

p.gotop{
	margin:0;
	position: fixed;
	right: 4%;
    bottom: 0;
	z-index:500;
}

p.gotop a{
	width: 50px;
	height: 45px;
	display: block;
}

p.pageTop {
	width: 100%;
	height: 20px;
	margin: 0px 0px 0px auto;
	padding-top: 10px;
	padding-right:30px;
	font-size:14px;
	font-family:Arial;
	
}
p.pageTop a {
	display: block;
	position:relative;
	float:right;
	height: 16px;
	background: url(../images/common/arrow-top.png) 0px 2px no-repeat;
	padding-left:20px;
	line-height:1.2em;
	text-decoration:none;
	color:#000;
}

p.pageTop a:hover {
	text-decoration:underline;
}

@media screen and (max-width: 1230px) { 

.menublock1 {width:20%; display:block; float:left;background-color:#3c4f76;}
.menublock2 {width:20%; display:block; float:left;background-color:#455486;}

}

@media screen and (max-width: 580px) { 

.menubox {
	margin:0;
	cursor:pointer;
}

.menu .menulink {padding:7px 60px;}
.menu .menulink_on {padding:7px 60px;}
.togmenu {
    display:none;
}

.menubtn {
	display:block;
	position:relative;
	text-align:center;
	width:100%;
	margin:0px 0px 0px 0px;
    padding:10px 0px;
    background:#293355;
    color: #fff;
}

.menublock1 {width:100%; display:block; float:left; font-size:14px;background-color:#384369;}
.menublock2 {width:100%; display:block; float:left; font-size:14px;background-color:#455486;}

#footer .left {
	width:100%;
	//margin-bottom:10px;
}

#footer .right {
	float:left;
	width:100%;
	margin-bottom:10px;
}

.footer_legal .copy {
	width:100%;
	margin-right:0px;
}

.nav_legal {
	width:100%;
	margin-top:15px;
}


}


/* ********************************************************************************
 * Sub Menu
 * ******************************************************************************** */

#submenubg {
	display: none;
}

@media screen and (max-width: 1230px) {
	
#submenubg {
	display:block;
	float:left;
	width: 100%;
	background:#4B474D;
}

#submenubg ul {
	cursor:pointer;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
	color:#FFF;
	z-index:1002;
}

.fixed {
    position:fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#submenubg ul * {margin:0; padding:0;}
#submenubg ul li {width:12.5%; color:#FFF; position:relative; float:left; margin-left:0px; text-align:center; padding:10px 0px 10px; text-decoration:none; white-space:nowrap;}
#submenubg ul li:hover {background-color: #88828C;}

/* ヘッダ固定時のページ内リンクのずれを解消 */
.linkspacer {
	display: block;
	margin-top: -50px; /* リンク位置上昇分 */
	padding-top: 50px; /* 上昇分を戻す分 */
}

#data {clear: both;}

}

@media screen and (max-width: 580px) {
	
#submenubg ul li {width:20%;}
	
.linkspacer {
	margin-top: -60px;
	padding-top: 60px;
}

}

/* ********************************************************************************
 * Side Bar
 * ******************************************************************************** */

#pc-side-nav {
}

.sidebar {
	width:150px; 
	background-color: #4B474D;
}

.sidebar .title-side {padding:15px 20px; background-color: #000;}
.sidebar .title-side a {color:#FFF; text-decoration:none;}
.sidebar .title-side a:hover {color:#09F;}
.sidebar ul {list-style:none; margin:0; padding:10px 20px;}
.sidebar ul li {color:#FFF; font-size:14px; text-decoration:underline; padding:5px 15px;}
.sidebar ul li:hover {color:#09F;}

/* ********************************************************************************
 * H
 * ******************************************************************************** */

h1 {color:#30C;	font-weight:normal;	font-size:24px; margin-top:3px; margin-bottom:3px;}
h2 {color:#30C;	font-weight:normal;	font-size:18px; margin-top:3px; margin-bottom:3px;}
h2 a {color:#30C; font-weight:normal; text-decoration:none;}
h2 a:visited {color:#30C; font-weight:normal; text-decoration:none;}
h3 {color:#30C;	font-weight:normal;	font-size:24px; margin-top:3px; margin-bottom:3px;}
h4 {color:#004AC6; font-weight:normal; font-size:16px; margin-top:5px; margin-bottom:5px;}

/* ********************************************************************************
 * COMMON
 * ******************************************************************************** */

.topimg_comn {
	display:block;
	max-width:1200px;
	height:121px;
	margin:0px 0px 10px;
	padding:35px 10px 0px 40px;
	overflow:hidden;
	text-shadow: 0 0 6px #FFF,0 0 6px #FFF,0 0 6px #FFF,0 0 6px #FFF,0 0 6px #FFF;
	background:url(../images/common/top_image.png) no-repeat;
}

.topimg_comn h1 {
	display:inline;
}

.topimg_comn p {
	display:inline;
	margin:0px 0px 0px 25px;
	font-size:18px;
	font-style:italic;
}

.title {
	font-size: 16px;
	font-weight: bold;
}

.formlink {
	margin-bottom: 30px;
	text-align: center;
}

.formlink img {
	margin: 20px;
}

@media screen and (max-width: 800px) {
	
.topimg_comn {
	height:91px;
	padding:30px 0px 0px 40px;
	background-position:center;
}

.topimg_comn h1 {
	font-size:20px;
}

.topimg_comn p {
	font-size:14px;
}

}

.titlebox1 {
	max-width:950px;
	margin:20px 0px 10px;
	padding:3px 20px;
	background:#6291fb;
}

.titlebox1 h3 {
	font-weight:bold;
	color:#FFF;
	font-size:20px;
	text-decoration:none;
}

.titlebox2 {
	max-width:100%;
	margin:20px 0px 10px;
	padding:5px 20px;
	background:#6291fb;
	
	font-weight:bold;
	color:#FFF;
	font-size:20px;
	text-decoration:none;
}
	
hr.separator {
	display: block;
	height: 0;
	margin: 10px 0;
	padding: 0;
	background: none;
	border: none;
	border-top: 1px solid #5A5A5A;
}

hr.separator-dot {
	display: block;
	height: 0;
	margin: 10px 0;
	padding: 0;
	background: none;
	border: none;
	border-top: 1px dotted #5A5A5A;
}

hr.separator-grey {
	display: block;
	height: 0;
	margin: 10px 0;
	padding: 0;
	background: none;
	border: none;
	border-top: 1px solid #C6C6C6;
}

.hidden {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	overflow: hidden;
}

.hover {
}

/* .clearBoth */
.clearBoth{
	clear: both;
}

/* Float Right */
.alignRight {
	float: right;
}
	
/* Float Left */
.alignLeft {
	float: left;
}

/* Text Center */
.alignCenter {
	text-align: center;
}

/* Text Right */
.textRight {
	text-align: right;
}

/* Text Left */
.textLeft {
	text-align: left;
}

.valignTop {
	vertical-align: top;
}
.valignMiddle {
	vertical-align: middle;
}
.valignBottom {
	vertical-align: bottom;
}

/* ********************************************************************************
 * IMAGE
 * ******************************************************************************** */

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

img.imgRight {
	float: right;
	margin-left: 20px;
}

img.imgLeft {
	float: left;
	margin-right: 20px;
}

a.imgLeft {
	float: left;
	margin-right: 20px;
}


/* ********************************************************************************
 * RESET
 * ******************************************************************************** */

/* Margin Reset
------------------------------------------------------------*/
.mgnTop0 {	margin-top: 0 !important;}
.mgnRit0 {	margin-right: 0 !important;}
.mgnBtm0 {	margin-bottom: 0 !important;}
.mgnLft0 {	margin-left: 0 !important;}


/* Padding
------------------------------------------------------------*/
.pdgTop0 {	padding-top: 0 !important;}
.pdgTop10 {	padding-top: 10px !important;}
.pdgRit0 {	padding-right: 0 !important;}
.pdgRit10 {	padding-right: 10px !important;}
.pdgBtm0 {	padding-bottom: 0 !important;}
.pdgBtm10 {	padding-bottom: 10px !important;}
.pdgBtm20 {	padding-bottom: 20px !important;}
.pdgLft0 {	padding-left: 0 !important;}
.pdgLft10 {	padding-left: 10px !important;}

.pdg10 { padding: 10px !important;}
.pdg5 {	padding: 5px !important;}
.pdg15 { padding: 15px !important;}
.pdg40 { padding: 40px !important;}


/* ********************************************************************************
 * SPACER
 * ******************************************************************************** */

/* Top Margin */
.mgnTop05 {	margin-top: 5px !important;}
.mgnTop10 {	margin-top: 10px !important;}
.mgnTop13 {	margin-top: 13px !important;}
.mgnTop15 {	margin-top: 15px !important;}
.mgnTop20 {	margin-top: 20px !important;}
.mgnTop25 {	margin-top: 25px !important;}
.mgnTop30 {	margin-top: 30px !important;}
.mgnTop35 {	margin-top: 35px !important;}
.mgnTop40 {	margin-top: 40px !important;}
.mgnTop50 {	margin-top: 50px !important;}
.mgnTop60 {	margin-top: 60px !important;}


/* Right Margin */
.mgnRit05 {	margin-right: 5px !important;}
.mgnRit10 {	margin-right: 10px !important;}
.mgnRit15 {	margin-right: 15px !important;}
.mgnRit20 {	margin-right: 20px !important;}
.mgnRit25 {	margin-right: 25px !important;}
.mgnRit30 {	margin-right: 30px !important;}
.mgnRit35 {	margin-right: 35px !important;}
.mgnRit40 {	margin-right: 40px !important;}
.mgnRit45 {	margin-right: 45px !important;}
.mgnRit50 {	margin-right: 50px !important;}
.mgnRit60 {	margin-right: 60px !important;}
.mgnRit70 {	margin-right: 70px !important;}
.mgnRit80 {	margin-right: 80px !important;}

/* Bottom Margin */
.mgnBtm03 {	margin-bottom: 3px !important;}
.mgnBtm05 {	margin-bottom: 5px !important;}
.mgnBtm10 {	margin-bottom: 10px !important;}
.mgnBtm15 {	margin-bottom: 15px !important;}
.mgnBtm20 {	margin-bottom: 20px !important;}
.mgnBtm25 {	margin-bottom: 25px !important;}
.mgnBtm30 {	margin-bottom: 30px !important;}
.mgnBtm35 {	margin-bottom: 35px !important;}
.mgnBtm40 {	margin-bottom: 40px !important;}
.mgnBtm50 {	margin-bottom: 50px !important;}
.mgnBtm60 {	margin-bottom: 60px !important;}
.mgnBtm70 {	margin-bottom: 70px !important;}
.mgnBtm80 {	margin-bottom: 80px !important;}
.mgnBtm90 {	margin-bottom: 90px !important;}
.mgnBtm100 { margin-bottom: 100px !important;}

/* Left Margin */
.mgnLft01 {	margin-left: 1px !important;}
.mgnLft05 {	margin-left: 5px !important;}
.mgnLft10 {	margin-left: 10px !important;}
.mgnLft15 {	margin-left: 15px !important;}
.mgnLft20 {	margin-left: 20px !important;}
.mgnLft25 {	margin-left: 25px !important;}
.mgnLft30 {	margin-left: 30px !important;}
.mgnLft35 {	margin-left: 35px !important;}
.mgnLft40 {	margin-left: 40px !important;}
.mgnLft45 {	margin-left: 45px !important;}
.mgnLft50 {	margin-left: 50px !important;}
.mgnLft60 {	margin-left: 60px !important;}
.mgnLft70 {	margin-left: 70px !important;}
.mgnLft75 {	margin-left: 75px !important;}
.mgnLft80 {	margin-left: 80px !important;}
.mgnLft90 {	margin-left: 90px !important;}
.mgnLft100 { margin-left: 100px !important;}
.mgnLft130 { margin-left: 130px !important;}
.mgnLft138 { margin-left: 138px !important;}
.mgnLft200 { margin-left: 200px !important;}

/* ********************************************************************************
 * SIDTH
 * ******************************************************************************** */
.wd80{width:80px !important;}
.wd100{width:100px !important;}
.wd180{width:180px !important;}
.wd190{width:190px !important;}
.wd395{width:395px !important;}
.wd380{width:380px !important;}
.wd200{width:200px !important;}
.wd290{width:290px !important;}
.wd140{width:140px !important;}
.wd280{width:280px !important;}
.wd300{width:300px !important;}
.wd350{width:350px !important;}
.wd230{width:230px !important;}
.wd360{width:360px !important;}


/* ********************************************************************************
 * TEXT
 * ******************************************************************************** */

.text_note1 {
	color:#039;
}

.text_note2 {
	font-size:20px;
	font-weight:bold;
	line-height:1.3;
	color:#004ea2;
}

.text_note3 {
	font-size:16px;
	color: #30c;
}

.textNormal {
	margin-bottom: 20px;
	line-height: 1.5;
}
.textNormal01{
	margin-bottom: 8px;
	line-height: 1.5;
}
.textNormal02{
	margin-bottom: 8px;
	line-height: 1.3;
}

.textLarge01 {
	font-size: 130% !important;
}
.textSmall {
	font-size: 85%;
	line-height: 1.5;
	font-weight: normal;
}
.textSmall02 {
	font-size: 85%;
	line-height: 1.2;
	font-weight: normal;margin-bottom: 3px;
}

.textWeight0 {
	font-weight: normal;
}
.textWeight {
	font-weight: bold;
}

.textNew {
	font-size:14px;
	font-weight: bold;
	color:#D71D3B;
}

p.note {
	padding: 8px 10px;
	background-color: #F0EFED;
	line-height: 1.2;
}


/* ********************************************************************************
 * COLOR
 * ******************************************************************************** */
.red {
	color: #C61700;
}
.orange{
	color: #EC7A00;
}
.pink{
	color: #D1476B;
}
.green{
	color: #45A600;
}
.blue{
	color: #15959E;
}

.purple{color:#5A5F7A;
}


/* ********************************************************************************
 * OTHER
 * ******************************************************************************** */


/* clearfix
------------------------------------------------------------*/

.clearfix:after,
ul#contentNavi li ul li:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
ul#contentNavi li ul li {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix,
* html ul#contentNavi li ul li {
	height: 1%;
}
.clearfix,
ul#contentNavi li ul li {
	display: block;
}
/* End Hides from IE-mac */

/* End .clearfix
------------------------------------------------------------*/

/* **********************************************
 * Link Banner
 * ******************************************** */
.banner_imide {
	display:block;
	position:relative;
	float:left;
	width:48%;
	height:88px;
	margin:0 2% 20px 0;
	background: url(../images/banner/bg_imide_suns_banner.jpg) 0 0/100% auto no-repeat;
	overflow:hidden;
	color:#FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.banner_logo_imide {
	position:absolute;
	top:10px;
	left:10px;
	height:20px;
	width:auto;
	margin:0;
}

.banner_imide p {
	position:absolute;
	left:10px;
	top:43px;
	margin:0;
	line-height:1.4;
	font-size:12px;
	text-align: left;
}

.banner_carmentowel {
	display:block;
	position:relative;
	float:left;
	width:48%;
	height:88px;
	margin:0 2% 20px 0;
	background: url(../images/banner/bg_carmentowel_banner.jpg) 0 0/100% auto no-repeat;
	overflow:hidden;
	color:#FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.banner_logo_carmentowel {
	position:absolute;
	top:13px;
	left:10px;
	height:15px;
	width:auto;
	margin:0;
}

.banner_carmentowel p {
	position:absolute;
	left:10px;
	top:43px;
	margin:0;
	line-height:1.4;
	font-size:12px;
	text-align: left;
}

.banner_isnt {
	display:block;
	position:relative;
	float:left;
	width:48%;
	height:88px;
	margin:0 2% 20px 0;
	background: url(../images/banner/bg_isnt_banner.jpg) 0 0/100% auto no-repeat;
	overflow:hidden;
	color:#FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.banner_logo_isnt {
	position:absolute;
	top:5px;
	left:10px;
	height:30px;
	width:auto;
	margin:0;
}

.banner_isnt p {
	position:absolute;
	left:10px;
	top:43px;
	margin:0;
	line-height:1.4;
	font-size:12px;
	text-align: left;
}

@media screen and (max-width: 760px) { 
.banner_imide {
	width:100%;
	margin:20px 0 0 0;
}
.banner_imide p {
	font-size:10px;
}
.banner_carmentowel {
	width:100%;
	margin:15px 0 15px 0;
}
.banner_carmentowel p {
	font-size:10px;
}
.banner_isnt {
	width:100%;
	margin:15px 0 0 0;
}
.banner_isnt p {
	font-size:10px;
}
}
