@charset "utf-8";

/*
-----------------------------------------------------
◆◆◆◆エイ・ワン少額短期保険　2017◆◆◆◆
■■■■■■■■PC用共通設定■■■■■■■■
-----------------------------------------------------
-----------------------------------------------------
【改訂履歴】
14/11/21：初版作成
-----------------------------------------------------
*/

body {
	min-width:1250px;
	}

.Body {
	margin:0px auto;
	background-color:#fff;
	border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	}

/*◆◆Header◆◆*/

.PageHead {
	width:100%;
	margin:0px auto;
	position:relative;
	border-bottom:1px solid #ccc;
	}

.HeadWrap {
	width:1200px;
	height:100px;
	margin:0px auto;
	position:relative;
	}

.HeadLogo a {
	position:absolute;
	left:0px;
	top:15px;
	display:block;
	width:296px;
	height:75px;
	background-image:url("../img/a1_logo.png");
	background-repeat:no-repeat;
	background-size:296px 75px;
	text-indent:-999em;
	}

.MainMenu {
	position:absolute;
	/*left:340px;*/
	left:308px;
	top:10px;
	}

.MainMenu li {
	float:left;
	margin-right:10px;
	}

.MainMenu li a {
	display:block;
	/*width:196px;*/
	width:140px;
	height:60px;
	padding:10px 5px;
	background:#fff;
	border:2px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	/*font-size:18px;*/
	font-size:15px;
	}

	.MainMenu li:nth-child(2) a {
		/*font-size:12px;*/
		}

.MainMenu li a span {
	display:block;
	/*margin-top:0px;*/
	margin-top:5px;
	/*padding-top:5px;*/
	padding-top:5px;
	border-top:3px solid #ccc;
	/*font-size:13px;*/
	font-size:12px;
	}

.MainMenu li:nth-child(1) a span { border-top:3px solid #f894a3; }
.MainMenu li:nth-child(2) a span { border-top:3px solid #f894a3; }
.MainMenu li:nth-child(3) a span { border-top:3px solid #8ed7a5; }
.MainMenu li:nth-child(4) a span { border-top:3px solid #7777d3; }

.SubMenu {
	position:absolute;
	/*left:1000px;*/
	left:968px;
	top:10px;
	}

.SubMenu li:nth-child(1) {
	margin-bottom:10px;
	}

.SubMenu li a {
	display:block;
	/*width:180px;*/
	width:212px;
	height:32px;
	line-height:32px;
	padding:0px 5px;
	background:#fff;
	border:2px solid #ccc;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	font-size:16px;
	}

.MainMenu li a:hover,
.SubMenu li a:hover {
	background:#fffde4;
	border:2px solid #bbb;
	background:-webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#fffde4));
	background:linear-gradient(to bottom, #ffffff, #fffde4);
	box-shadow:rgba(210, 210, 210, 0.5) 1px 1px 2px 2px inset;
	-webkit-box-shadow:rgba(210, 210, 210, 0.5) 1px 1px 2px 2px inset;
	transform: translate3d(0, 1px, 0);
	text-decoration:none;
	}

.HeadLine {
	width:100%;
	background:#f894a3;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 3px 3px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 3px 3px 0px;
	}

.HeadLineWrap {
	width:1200px;
	margin:0px auto;
	padding:10px 0px;
	color:#fff;
	}

.HeadLineWrap h1 {
	float:left;
	font-size:13px;
	}

.HeadLineWrap .SiteMap {
	float:right;
	}

.HeadLineWrap .SiteMap a {
	display:block;
	padding-left:30px;
	background:url("../img/2017/icon_sitemap.png") no-repeat 0px center;
	font-size:13px;
	color:#fff ;
	}

.HeadLineWrap .SiteMap a:link,
.HeadLineWrap .SiteMap a:hover,
.HeadLineWrap .SiteMap a:visited {
	color:#fff ;
	}

.spHeadNavi {
	display:none;
	}

.NoPC {
	display:none !important ;
	}

/*◆◆ContentBody◆◆*/

#ContentBody {
	width:100%;
	min-height:800px;
	}

.Content {
	width:90%;
	margin:0px auto;
	padding-bottom:50px;
	}

.C_Body,
.L_Body,
.QA_Body {
	width:940px;
	margin:0px auto;
	padding:0px 30px 30px 30px;
	}

/*◆◆パンくずリスト◆◆*/

.Breadcrumb {
	padding-top:20px;
	text-align:right;
	}

.Breadcrumb ul {
	width:940px;
	margin:0px auto;
	}

ul.Pankuzu { margin:0px auto; padding-top:5px; text-align:right; font-size:90%; color:#666; }
ul.Pankuzu li { display:inline-block; }
ul.Pankuzu li:before { content:'>'; margin:0px 5px; color:#666; }
ul.Pankuzu li:nth-child(1):before { content:''; margin:0px 0px; }

/*◆◆ページトップへ◆◆*/

#pageTop{
	width:60px;
	height:60px;
	position:fixed;
	bottom:112px;
	right:25px;
	text-indent:-999em;
	background-image:url("../img/bt_pagetop.png");
	background-size:120px 60px;
	}

#pageTop:hover{
	background-position:-60px 0px;
	}

/*◆◆Footer◆◆*/

.PageFoot {
	width:100%;
	min-width:1225px;
	padding:40px 0px;
	background-color:#fff;
	border-top:5px solid #f894a3;
	color:#666;
	font-size:100%;
	}

.PageFoot p {
	height:70px;
	margin:20px 20px 0px 0px;
	padding:30px 80px 0px 20px;
	font-size:90%;
	line-height:70px;
	text-align:right;
	background-image:url("../img/icon_poodle.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	}

.FootNavi {
	width:1200px;
	margin:0px auto;
	}

.FootNavi dl {
	width:230px;
	margin-right:10px;
	text-align:left;
	font-size:90%;
	float:left;
	}

.FootNavi dl dt {
	margin-bottom:15px;
	padding-bottom:10px;
	padding-left:18px;
	border-bottom:1px solid #f894a3;
	background-image:url("../img/icon_ball_pink.png");
	background-repeat:no-repeat;
	background-size:10px 10px;
	color:#333;
	line-height:120%;
	}

.FootNavi dl dd {
	padding:0px 0px 0px 10px;
	}

.FootNavi dl dd h3 {
	margin-bottom:10px;
	padding-left:15px;
	background-image:url("../img/icon_ball_s_gray.png");
	background-repeat:no-repeat;
	background-position:0px 4px;
	background-size:10px 10px;
	color:#333;
	}

.FootNavi dl dd li {
	margin-bottom:10px;
	}

.FootNavi dl.FN_Lineup dd li {
	margin-left:15px;
	}

.FootNavi a {
	color:#666;
	}

.FootNavi dt a {
	color:#333;
	}

.FootNavi a.External:after {
	content:url("../img/icon_external_s_pink.png");
	margin-left:3px;
	}
