@charset "UTF-8";

/* ***************************************************
* CSS file For jem-com.jp
	FileName: common.css
	data:2009/01/07 koma

■目次 ==========================================
■[01]:ブラウザスタイル初期化
■[02]:基本テキストリンク
■[03]:大枠レイアウト
■[20]:見出し
■[30]:ヘッダー
■[40]:サイドナビ
■[50]:フッター
■[60]:ぱんくず
■[80]:レイアウト指定
■[90]:指定フォント
■[00]:その他共通
**************************************************** */



/*-----------------------------------------------------------
■[01]:ブラウザスタイル初期化
------------------------------------------------------------*/
body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, p {
	font-weight: normal;
	font-style: normal;
	margin: 0 auto;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo, sans-serif;
}

body {
	margin: 0 auto;
	padding: 0;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
/* 	letter-spacing: 1px;
 */}

img,table { border: none;}

img { border: 0px;}

h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul { list-style: none; }

ol li {margin: 0;}

.clear { clear: both; display: block; font-size: 0px; line-height: 0px; }

br { padding: 0px; margin: 0px;}

/*-----------------------------------------------------------
■[02]:基本テキストリンク
------------------------------------------------------------*/

a:link 		{ color: #01b3b3; text-decoration: underline; }
a:visited 	{ color: #01b3b3; text-decoration: underline; }
a:hover 	{ color: #66cccc; text-decoration: underline; }


/*-----------------------------------------------------------
■[03]:大枠レイアウト
------------------------------------------------------------*/
div#Container {
	width: 920px;
	text-align: center;
	background: url(/img/common/container_bg.gif) repeat-y left bottom;
}

div#Contents{
	width: 920px;
}

div#Wrapper {
	width: 670px;
	float: right;
	text-align: left;
/* 	margin-left: 30px;
 */}



/* -----------------------------------------------------------
■[20]:見出し
------------------------------------------------------------
 */

/*-----------------------------------------------------------
■[30]:ヘッダー
------------------------------------------------------------*/
div#Header {
	width: 920px;
	height: 106px;
	background: #FFF url(/img/common/bg_header.gif) no-repeat top left;
	clear:both;
}

div#Header_left{
	width: 465px;
	float: left;
}

h1{
	color: #666666;
	font-size: 12px;
	text-indent:8px;
	text-align: left;
	line-height: 24px;
}

div#Header_right{
	float: right;
	width: 364px;
	width: 455px;
	text-align: right;
}


div#Header_right img.BtnKWL{
	margin: 9px 3px 8px 0;
}

/********** --グローバルナビゲーション **********/
#GlobalNvg {
	width: 920px;
	height: 44px;
	clear:both;
}

#GlobalNvg ul {
	width: 920px;
	float: left;
	height: 44px;
}

#GlobalNvg li {
	float: left;
}

/* これ以降Mac IE 5のみに適用される \*//*/
#GlobalNvg li img {
	float: left;
	padding: 0px;
	margin: 0px;
}
/* これ以降Mac IE 5以外にも適用される */






/*-----------------------------------------------------------
■[40]:サイドナビ
------------------------------------------------------------*/

div#Side{
	width: 220px;
	float: left;
	background-color: #d7d7d7;
	text-align: center;
	margin-right : 30px;
}

div#Side .searchBox{
	background: #e7e7e7;
	width: 220px;
}
div.searchBox .capBox{
	background: #c3c3c3;
	padding: 23px 10px 3px;
}
div.searchBox .capBox .cap{
	width: 111px;
	display: block;
	float: left;
}
div.searchBox .capBox .iconMore{
	width: 33px;
	display: block;
	float: right;
	padding: 0px 0px 0px 2px;
}
div.searchBox .capBox .iconHelp{
	width: 30px;
	display: block;
	float: right;
	padding: 0px 0px 0px 2px;
}
div.searchBox .sysBox{
	padding: 7px 10px 9px;
}
div.searchBox .sysBox input{
	width: 200px;
	height: 30px;
	font-size: 14px;
	line-height: 28px;
	color: #999;
	margin: 2px 0px 0px;
}


#SideNvg {
	border-top: 1px solid #FFF;
}
#SideNvg div{
	border-top: 1px solid #FFF;
}

#SideNvg p{
	border-bottom: 1px solid #FFF;
}

#Banner {
	padding: 10px 0px 4px 0px;
}

#Banner img{
	margin-bottom: 6px;
}



/*-----------------------------------------------------------
■[50]:フッター
------------------------------------------------------------*/
div#Footer {
	clear:both;
	width: 920px;
	text-align: left;
	color: #fff;
}
div#Footer a:link 	{ color: #FFF; text-decoration: none; }
div#Footer a:visited 	{ color: #FFF; text-decoration: none; }
div#Footer a:hover 	{ color: #FFF; text-decoration: underline; }

/* フッター：グレー部分 */
div#Footer div#Footer_Middle {
	width: 100%;
	text-indent:10px;
	line-height: 42px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #333;
	font-size: 12px;
}

/* フッター：ブラック部分 */
div#Footer div#Footer_Bottom {
	float: left;
	background-color: #000;
	font-size: 10px;
	line-height: 16px;
	padding: 10px 0px;
}

div#Footer div#Footer_Bottom dl {
	float: left;
	margin-bottom: 6px;
}

div#Footer div#Footer_Bottom dl dt {
	float: left;
	text-indent:10px;
	padding-top: 2px;
	width: 100px;
}

div#Footer div#Footer_Bottom dl dd {
	float: left;
	width: 820px;
}


div#Footer p.groupsite{ 
	float: left;
	padding: 0 0 5px 6px;
	text-align: left;
	background-color: #FFF;
}

div#Footer p.groupsite a{ 
	float: left;
	display: block;
}

div#Footer p.groupsite a img{ 
	margin: 0 15px 0 0;
}


div#Footer p.copy{ 
	float: right;
	text-align: right;
	background-color: #FFF;
	padding:1px 0 4px;
}

div.FooterTextPagetop{
	width: 920px;
	background: url(/img/common/bg_footer.gif) repeat-y;
}

div.FooterTextPagetop p.Text{
	text-align: right;
	color: #666;
	line-height: 30px;
	font-size: 12px;
}

div.campFooter{
	width: 920px;
}

div.campFooter p.Text{
	text-align: right;
	color: #666;
	line-height: 30px;
	font-size: 12px;
}

.PageTop{
	padding-top: 50px;
	text-align: right;
}


/*-----------------------------------------------------------
■[60]:ぱんくず
------------------------------------------------------------*/
div#TopicPath {
	width: 920px;
	height: 30px;
	text-align: right;
/* 	clear:both;
 */	padding : 2px 0px 0px 0px;
	background: #FFF url(/img/common/bg_topicpath.gif) no-repeat top right;
}

div#TopicPath p{
	line-height: 30px;
	font-size: 10px;
	padding-right: 76px;
}

div#TopicPath a:link,div#TopicPath a:visited 	{color: #01b3b3; text-decoration: underline;}
div#TopicPath a:hover 				{color: #66cccc; text-decoration: underline;}


/*-----------------------------------------------------------
■[80]:レイアウト指定
------------------------------------------------------------*/
.right { text-align: right;}
.center { text-align: center;}
.left { text-align: left;}
.fLeft{ float: left;}
.fRight{ float: right;}
.mt10{margin-top: 10px;}
.pt10{padding-top: 10px;}
.p10{padding: 10px;}
.p15{padding: 15px;}

.bgFF0000{ background-color: #FF0000; }

/*-----------------------------------------------------------
■[90]:指定フォント
------------------------------------------------------------*/
.xxx-large	{ font-size:200%;    line-height:150%; } /*32px*/
.xx-large	{ font-size:150%;    line-height:150%; } /*24px*/
.x-large	{ font-size:131.25%; line-height:150%; } /*21px*/
.large		{ font-size:112.5%;  line-height:150%; } /*18px*/
.mid		{ font-size:100%;    line-height:150%; } /*16px = 12pt*/
.small		{ font-size:80.0%;   line-height:150%; } /*12px*/
.x-small	{ font-size:62.5%;   line-height:150%; } /*10px*/
.xx-small	{ font-size:56.25%;  line-height:150%; } /*9px*/

/*** color ***/
.red		{ color: #FF0000; }

/*-----------------------------------------------------------
■[00]:その他共通
------------------------------------------------------------*/
div.handImage{
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
}

/****** attentionBox ******/
div.attentionBox{
	width: 670px;
	margin: 10px 0px 0px;
	padding: 0px 0px 5px;
	background: #ffe0e0;
}
div.attentionBox ul{
	padding: 0px;
	margin: 0px;
}
div.attentionBox li{
	font-size: 12px;
	color: #F00;
	padding: 3px 0px 3px 45px;
}
div.attentionBox li.no01{ background: url(/img/mobile/price_point_001.gif) no-repeat; }
div.attentionBox li.no02{ background: url(/img/mobile/price_point_002.gif) no-repeat; }
div.attentionBox li.no03{ background: url(/img/mobile/price_point_003.gif) no-repeat; }
div.attentionBox li.no04{ background: url(/img/mobile/price_point_004.gif) no-repeat; }
div.attentionBox li.no05{ background: url(/img/mobile/price_point_005.gif) no-repeat; }


/*-----------------------------------------------------------
■：お問い合わせ
------------------------------------------------------------*/
div.contactCon{
	width: 670px;
	font-size: 14px;
	line-height: 20px;
	padding: 30px 0px;
}
div.contactCon p{ padding: 20px 0px; }
div.contactCon .messageBox{
	background: url(/img/contact_icon_001.gif) no-repeat #e5f7f7;
	padding: 12px 15px 12px 45px;
	color: #00a2a2;
	font-size: 12px;
}
div.contactCon .attentionBox{ margin: 20px 0px 0px; }

div.contactCon .errorBox{
	background: #e7e7e7;
	padding: 6px 12px 12px;
	font-size: 12px;
	color: #F00;
	line-height: 16px;
	margin: 0 0 15px;
}
div.contactCon .errorBox .cap{ padding: 0px 0px 5px; }
div.contactCon .errorBox span{ font-weight: bold; color: #01b3b3; }

div.contactCon .privacyLink{
	text-align: right;
	font-size: 10px;
	margin: 0 0 15px;
}
div.contactCon .iconRight{
	text-align: right;
	padding: 0px 0px 5px;
}
div.contactCon table.contactData{
	width: 670px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
div.contactCon table.contactData th{
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 4px 4px 0px;
	text-align: right;
	width: 25%;
}
div.contactCon table.contactData td{
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 10px;
	text-align: left;
	/* line-height: 15px; */
}
div.contactCon table.contactData th .thBox{
	padding: 15px 10px 15px 0px;
	background: url(/img/contact_icon_002.gif) no-repeat left #d7d7d7;
	vertical-align: middle;
}
div.contactCon table.contactData th .thBox_b{
	padding: 15px 10px 15px 0px;
	background: #d7d7d7;
	vertical-align: middle;
}
div.contactCon table.contactData th .thBox_c{
	padding: 77px 10px 77px 0px;
	background: #d7d7d7;
	vertical-align: middle;
}

div.contactCon table.contactData th .thBox_d{
	padding: 34px 10px 34px 0px;
	background: url(/img/contact_icon_002.gif) no-repeat left #d7d7d7;
	vertical-align: middle;
}
html>/**/body div.contactCon table.contactData th .thBox_c{
	padding: 95px 10px 95px 0px;
	background: #d7d7d7;
}

div.contactCon table.contactData input.border,
div.contactCon table.contactData textarea{
	border: 1px solid #CCC;
	font-size: 14px;
}
div.contactCon .btBox{
	padding: 10px 0px;
	text-align: center;
}

/*-----------------------------------------------------------
■：よくあるご質問
------------------------------------------------------------*/
div.faqCon_01{
	width: 670px;
	font-size: 14px;
	line-height: 20px;
	padding: 30px 0px;
}
div.faqCon_01 h3{ width: 670px; height: 50px; display: block; }
div.faqCon_01 h4{ width: 670px; height: 28px; display: block; padding: 0px 0px 20px; }
div.faqCon_01 .dataList{
	width: 670px;
	padding: 20px 0px 0px;
}
div.faqCon_01 .detailBox{
	background: url(/img/faq_box_middle.gif) repeat-y;
	width: 670px;
	margin: 0px 0px 20px;
}
div.faqCon_01 .detailBox .question{
	background: url(/img/faq_cap_question.gif) no-repeat;
	width: 670px;
}
div.faqCon_01 .detailBox .question p{
	background: url(/img/faq_cap_under.gif) no-repeat bottom;
	cursor:pointer;
	text-decoration: underline;
	display: block;
	padding: 10px 0px 15px 85px;
	color: #01b3b3;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

div.faqCon_01 .detailBox .answer{ padding: 0px 13px 5px 7px; }
div.faqCon_01 .detailBox .answer p{
	background: url(/img/faq_cap_answer.gif) no-repeat;
	padding: 3px 0px 0px 75px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}