@charset "UTF-8";

/*========================================

	固定IP丸わかりWEB
	
	skin_plan_dia.css
	Recent Edit | 2010.07.02

========================================*/

/* ●[1] ブラウザリセット、基本設定-------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td{
	margin: 0;
	padding: 0;
}

body{
	color: #333;
	background: #fff;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.6;
}

h1,h2,h3,h4,h5,h6,strong{
	font-weight: bold;
	font-size: 100%;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em; /* for IE 5.5 */
}

img{
	border: 0;
	vertical-align: top;
}

address,em,th,dt{
	font-style: normal;
	font-weight: normal;
}

li{
	list-style: none;
}

q:before,q:after{
	content:'';
}

input, textarea, select{
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 100%;
}

input, select {
	vertical-align: middle;
}

caption,th{
	text-align: center;
}

a:link,a:visited {
	color: #0068b7;
	text-decoration: none;
}

a:hover{
	color: #0068b7;
	text-decoration: underline;
}


/* ●[2] 汎用クラス-------------------- */

/* ●clearfix */

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* For Except Mac IE ¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */

/* △ここまではclearfix基本セット。あとは任意で */

/* For Mac IE Only \*//*/
.clearfix { overflow: hidden; }
/* */

/*	for Dreamweaver
.clearfix{ overflow: hidden; }
*/

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

/* ●[3] 「最適プラン」専用クラス-------------------- */
#dia_block {
	width: 600px;
	height: 500px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	clear: both;
}

#dia_hd {
	width: 540px;
	height: 53px;
	margin: 0 auto;
}

#dia_box {
	width: 500px;
	height: 357px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: url(../plan/img/dia_waku_bg.gif) center top repeat-y;
}

#dia_ft {
	width: 540px;
	height: 10px;
	margin: 0 auto;
	background: url(../plan/img/dia_waku_ft.gif) center top no-repeat;
}

#dia_inner {
	margin: 20px;
}

/*person*/

.icon {
	margin: 0 0 15px 0;
}

h2 {
	padding: 0 10px 5px 10px;
	font-size: 123%;
	font-weight: bold;
	border-bottom: #ccc dotted 1px;
}

/*answer*/
#answer {
	width: 400px;
	margin: 30px auto 0 auto;
	font-size: 108%;
	font-weight: bold;
}

#answer li {
	width: 380px;
	margin: 0 0 10px 0;
	background: #e6e6e6;
}

#answer li p {
	padding: 0 0 0 10px;
	background: url(../img_common/arrow02.gif) center left no-repeat;
}

#answer a {
	width: 380px;
	padding: 5px 10px 4px 10px;
	background: #e6e6e6;
	display: block;
	border: #e6e6e6 solid 1px;
	color: #333;

}

#answer a:hover {
	width: 380px;
	padding: 5px 10px 4px 10px;
	background: #f6f6f6;
	border: #00a0e9 solid 1px;
	color: #00a0e9;
	text-decoration: none;
}

#answer a p,
#answer a:hover p {
	padding: 0 0 0 10px;
	background: url(../img_common/arrow02.gif) center left no-repeat;
}

.red01 { color: #f06671; }

#answer01 {
	width: 460px;
	margin: 20px auto 0 auto;
	font-size: 108%;
	font-weight: bold;
}

.asterisk {
	text-indent:-1em;
	padding-left:1em;
	margin-bottom: 10px;
}


/* ●[4] 「お知らせ」専用クラス-------------------- */
#info_block {
	width: 600px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	clear: both;
	text-align: center;
}

#info_block h1 {
	margin: 0 auto 20px auto;
}

#info_block h2 {
	width: 500px;
	margin: 0 auto 10px auto;
	padding: 8px 10px 3px 10px;
	background: url(../img_common/h2_bg_pop.gif) top no-repeat;
	border-bottom: #00479d solid 3px;
	font-size: 108%;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

p.info_p01 {
	margin: 0 40px;
	padding: 0 0 20px 0;
	font-size: 93%;
	text-align: left;
	clear: both;
}

p.info_p02 {
	margin: 0 50px;
	padding: 0 0 20px 0;
	font-size: 93%;
	text-align: left;
	clear: both;
}

.info_box {
	margin: 0 50px;
	padding: 0 0 20px 0;
	font-size: 93%;
	text-align: left;
	clear: both;
}





