@charset "utf-8";
/*
Theme Name: theme402
Theme URI: http://theme.o2gp.com/
Description: theme402
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: simple

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:80%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#252525;
-webkit-text-size-adjust: none;
background:#ffffff;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#ff0000;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#999;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
/*
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom: 1;}
*/



/* フォーム
------------------------------------------------------------*/

input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;

border:1px solid #d4d4d7;

border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}




textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #2a588b;
background: -moz-linear-gradient(top, #2a588b 0%, #214a78 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a588b), color-stop(100%,#214a78));
background: -webkit-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: -o-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: -ms-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: linear-gradient(to bottom, #2a588b 0%,#214a78 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a588b', endColorstr='#214a78',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #2a588b;
background: -moz-linear-gradient(top, #214a78 0%, #2a588b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#214a78), color-stop(100%,#2a588b));
background: -webkit-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: -o-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: -ms-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: linear-gradient(to bottom, #214a78 0%,#2a588b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214a78', endColorstr='#2a588b',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
}


#header{
overflow:hidden;
background:#FFF;
}



#content{
float:left;
width:710px;
padding:30px 0;
}

#sidebar{
float:right;
width:225px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:20px;
border-bottom:1px solid #5d5d5d;
background:#efefef;
} 


/* ヘッダー
*****************************************************/

#header .bg{background:#FFFFB2;}


/*
#header .bg2{
clear:both;
position:relative;
z-index:800;
background:#FFFFB2;
}
*/





/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 0;
color: #008000;
font-size:80%;
font-weight:normal;
background:#FFFFB2;
}


#header p{
float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:30px 0;
color:#000;
font-size:160%;
font-weight:bold;
}

/* サブナビゲーション
----------------------------------*/
#header ul{
padding-top:40px;
float:right;
}

#header ul li{
display:inline;
margin-left:10px;
font-size:90%;
}

#header ul li a{
padding-left:10px;
color:#000;
background:url(images/arrowSub.png) no-repeat 0 50%;
}

#header ul li a:hover{background-position:3px 50%;}


/* メインメニュー
------------------------------------------------------------*/
nav#mainNav{
clear:both;
position:relative;
z-index:800;
background:#00cc00;
}


nav#mainNav ul li{
float: left;
position: relative;
border-right:1px solid #fff;
}

nav#mainNav ul li:first-child{border-left:1px solid #fff;}




/* グローバルナビのフォント表示部分 */
nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color:#F5F5F5;
height:30px;
font-size: 17px;
font-weight: bold; /* グローバルナビのフォントを太字に  */
line-height:30px;
padding:5px 30px 8px;
}




nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
font-size:110%;
line-height:1.6;
}

nav#mainNav ul li a span{
font-size:60%;
color:#2CA61F;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
background:#2CA61F;
}

nav#mainNav ul ul{width:160px;}

nav#mainNav ul li ul{display: none;}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:60px;
left:-2px;
z-index:500;
}

nav#mainNav ul li li{
padding:0 0 0 10px;
margin:0 0 0 2px;
float: none;
height:40px;
line-height:40px;
width:160px;
background:#2CA61F;
border:0;
border-bottom:1px solid #fff;
}

nav#mainNav ul li li:first-child{border-left:0;}

nav#mainNav ul li li a{
width:100%;
height:40px;
padding:0;
line-height:40px;
font-size:95%;
text-align:left;
}

nav#mainNav ul li li a span{padding:0 10px;}

nav#mainNav ul li li a:hover,nav#mainNav ul li li.current-menu-item a{color:#49c7c8;}

nav#mainNav ul li:hover ul li:last-child{border:0;}

/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin-top:25px;
line-height:0;
text-align:center;
z-index:0;
}

.post{
margin:0 0 20px 0;
padding:10px;
border:1px solid #dadada;
background: #fff;
}

.trek{
width:690px;

margin-top:50px;
}

/* 
.special{
height:427px;
width:689px;
background:url(images/back_special.png) repeat-y 0 100%;
margin-bottom:30px;
padding-bottom:10px;
text-align:center;
}

/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:30px 0 0;
padding:7px 10px;
font-size:110%;
border:1px solid #dadada;
border-bottom:0;
background:#fff url(images/border.png) repeat-x 0 100%;
}


h2.first{margin-top:0;}

.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #333;
border-bottom:2px solid #515151;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#214a78;
border-bottom:1px solid #515151;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #214a78 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #214a78 solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#214a78;
}

.post table td{
padding:7px 5px;
border: 1px #214a78 solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

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

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget, .widgetInfo{
margin: 0 0 20px;
padding: 10px 7px;
border:1px solid #dadada;
background: #fff;
}

/*
#banners img{
max-width:225px;
height:auto;
padding-bottom:10px;
}
*/

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #333;
border-bottom:1px solid #ccc;
}

section.widget a{
display:block;
padding:3px 0 3px 13px;
text-decoration:underline;
background:url(images/arrow.png) no-repeat 0 50%;
}

section.widget a:hover{
text-decoration:none;
background-position: 3px 50%;
}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}



/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
font-size:100%;
color: #333;
border-bottom:1px solid #ccc;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #ccc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#777;}



/* フッター
*****************************************************/
#footer ul{
padding-bottom:10px;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:60px;
background:url(images/arrow.png) no-repeat 0 12px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
}

#footer ul li	a:hover{text-decoration:underline;}

#footer ul li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
color:#fff;
background:#000;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#2a588b;
text-align:center;
}


/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{
width:735px;
margin:20px -25px 20px 0;
}

.thumbWrap li{
float:left;
width: 220px;
margin:0 25px 0 0;
padding:2px 0 40px;
background:none;
}

/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #777;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#000;
}

ul.thumb h3 a{color:#fff;}

ul.thumb h3:hover span{background:#49c7c8;}



/* 採用情報
------------------------------------------------------------*/

.k{
background-image:url(images/k_blue.png);
height:5px;
width:650px;
}

.icon_sikaku{
background-image:url(images/sikaku.png) ;
background-repeat:no-repeat;
padding-left:70px;
width:450px;
line-height:21px;
}

.icon_jikan{
background-image:url(images/jikan.png) ;
background-repeat:no-repeat;
padding-left:70px;
width:450px;
line-height:21px;
}

.icon_salary{
background-image:url(images/salary.png) ;
background-repeat:no-repeat;
padding-left:70px;
width:450px;
line-height:21px;
}

.icon_treatment{
background-image:url(images/treatment.png) ;
background-repeat:no-repeat;
padding-left:70px;
width:450px;
line-height:21px;
}

.icon_dayoff{
background-image:url(images/dayoff.png) ;
background-repeat:no-repeat;
padding-left:70px;
width:450px;
line-height:21px;
}

.icon_other{
background-image:url(images/dayoff.png) ;
background-repeat:no-repeat;
padding-left:70px;
width:450px;
line-height:21px;
}


/* 会社概要
------------------------------------------------------------*/
.president{
background-image:url(images/president_pic.png) ;
background-repeat:no-repeat;
height:260px;
width:427px;
padding-top:20px;
padding-left:230px;
padding-right:15px;
font-size:12px;
}


table#table-01 {
	width: 580px;
	border: 1px #DDDDDD solid;
	border-spacing: 0;
	background: #EEEEEE;
	white-space: normal;
	margin:15px 0px 15px 15px;
}

table#table-01 th {
	padding: 8px;
	border-style: solid;
	border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
	border-width: 1px;
	background: #EEEEEE;
	color: #000000;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
	font-size: 12px;
	white-space: nowrap;
}
table#table-01 td {
	padding: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
	color: #000000;
	text-align: left;
	white-space: normal;
	font-size: 12px;
}

/* 買取制度
------------------------------------------------------------*/
.comment{
background-image:url(images/comment.png) ;
background-repeat:no-repeat;
padding-left:150px;
padding-right:45px;
padding-top:25px;
width:448px;
height:175px;
}


.step1{
background-image:url(images/step1.png) ;
background-repeat:no-repeat;
padding-left:25px;
padding-right:25px;
padding-top:40px;
width:608px;
height:49px;
margin-left:20px;
margin-top:20px;
}

.step2{
background-image:url(images/step2.png) ;
background-repeat:no-repeat;
padding-left:25px;
padding-right:25px;
padding-top:40px;
width:608px;
height:50px;
margin-left:20px;
margin-top:20px;
}

.step3{
background-image:url(images/step3.png) ;
background-repeat:no-repeat;
padding-left:25px;
padding-right:25px;
padding-top:40px;
width:608px;
height:65px;
margin-left:20px;
margin-top:20px;
}

.step4{
background-image:url(images/step4.png) ;
background-repeat:no-repeat;
padding-left:25px;
padding-right:25px;
padding-top:40px;
width:608px;
height:65px;
margin-left:20px;
margin-top:20px;
}


.step5{
background-image:url(images/step5.png) ;
background-repeat:no-repeat;
padding-left:25px;
padding-right:25px;
padding-top:40px;
width:608px;
height:62px;
margin-left:20px;
margin-top:20px;
}


.step6{
background-image:url(images/step6.png) ;
background-repeat:no-repeat;
padding-left:25px;
padding-right:25px;
padding-top:40px;
width:608px;
height:62px;
margin-left:20px;
}

.step7{
background-image:url(images/step7.png) ;
background-repeat:no-repeat;
padding-left:25px;
padding-right:25px;
padding-top:40px;
width:608px;
height:65px;
margin-left:20px;
margin-top:20px;
}

.under_otoiawase{
background-image:url(images/under_otoiawase.png) ;
background-repeat:no-repeat;
padding-left:395px;
padding-right:115px;
padding-top:45px;
width:148px;
height:88px;
margin-left:20px;
margin-top:50px;
}


/* 資金計画
------------------------------------------------------------*/
.k1{
background-image:url(images/k.png) ;
background-repeat:repeat;
height:3px;
width:690px;
}


/* 会員登録
------------------------------------------------------------*/
#touroku_number{
background-image:url(images/member_back.png);
height:135px;
width:125px;
padding:90px 0px 0px 100px;
line-height:32px;
font-size:16px;
color:red;
font-weight:bold;
}


#touroku_number2{
background-image:url(images/member_back2.png);
height:37px;
width:200px;
padding:15px 0px 0px 25px;
line-height:32px;
}



#touroku_number3{
background-image:url(images/member_back3.png);
height:87px;
width:200px;
padding:48px 0px 0px 25px;
line-height:32px;
margin-bottom:20px;
}




/* 物件検索（サイドバー）
------------------------------------------------------------*/

.search{
background-color:#FFFFB2;
width:225px;
padding-top:20px;
padding-bottom:5px;
text-align:center;
margin-bottom:15px;

}


/* トップ新着
------------------------------------------------------------*/
/* 新着表示（タイトル） */
.shinchaku_txt{

font-size:12px;
padding:0px 0px 0px 20px;
}

/* 新着表示２（タイトル） */
.shinchaku_txt2{

font-size: 16px;
color: #006400;
font-weight:bold;
padding:0px 0px 0px 20px;
}

/* 新着投稿日設定 */
.shinchakublog{

padding:0px 0px 0px 20px;
}


/* a.クラス名:要素　指定 */
.shinchakublog a:hover{
color:#ff0000;
background: #3279BB;
}



/* 新着表示の区切り */
.k3{
background-image:url(images/k.png);
height:3px;
width:620px;
background-repeat:repeat;
margin:1px 0px 1px 0px;
}

.post{
font-size:12px;}



/* 新着文字リンク文字色の変更
------------------------------------------------------------*/
a.blue:active {
text-decoration : underline; 
color : #ff0000; 
}

/* 新着文字リンク文字色の変更２
------------------------------------------------------------*/
a.green:active {
text-decoration : underline; 
color : #008000; 
}




/* 会員メリット
------------------------------------------------------------*/
.icon_merit1{
background-image:url(images/merit_1.png);
background-repeat:no-repeat;
height:53px;
width:630px;
margin-left:25px;
padding-top:7px;
}

.icon_merit2{
background-image:url(images/merit_2.png);
background-repeat:no-repeat;
height:53px;
width:630px;
margin-left:25px;
padding-top:7px;
}


/* TOP特選物件表示
------------------------------------------------------------*/
.jisseki3 h2{
margin:0px 0px 0px 20px;
}

/* 特選物件表示枠 */
.tokusen {
	width: 330px;
    	height: 355px;
	float: left;
	margin: 10px 0px 5px 17px;
	border: 2px solid  #00CC00;
	background-color: #FFFFFF;

	/* ▼角丸▼ */
	-moz-border-radius: 10px;  /* pxの値を小さくすると90°に近づく */
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px; 
	border-radius: 20px;
	/* ▲角丸▲ */
}

/* 特選物件表示枠 */
.tokusen9 {
	width: 330px;
    	height: 350px;
	float: left;
	margin: 0px 0px 5px 17px;
	border: 2px solid  #00CC00;
	background-color: #FFFFFF;

	/* ▼角丸▼ */
	-moz-border-radius: 10px;  /* pxの値を小さくすると90°に近づく */
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px; 
	border-radius: 20px;
	/* ▲角丸▲ */
}


/* 特選物件タイトル */
.tokusen_title{
	color: #FFFFFF;
	background-color: #00CC00;
	font-size: 16px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 15px;
	width: 313px; height: 30px;
	border: 1px solid #00CC00;
	/* ▼角丸▼ */
	border-top-left-radius: 20px;  /*上左隅の角丸 pxの値を小さくすると90°に近づく */
    	border-top-right-radius: 20px; /*上右隅の角丸 pxの値を小さくすると90°に近づく */
	/* ▲角丸▲ */
}


/* 特選本文 */
.tokusen_honbun{
	width: 320px; height: 330px;
	/*border: 1px solid red;*/
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
        font-size: 14px;
}


/* 公開日 */
.koukaibi{
	color: #0000CD;
	font-size: 12px;
	font-weight:bold;
	text-align: center; 
}




/* 売却の流れ */
.sell_step1{
background-image:url(images/sell_step1.png) ;
background-repeat:no-repeat;
padding-left:16px;
padding-top:45px;
width:674px;
height:77px;
margin-top:20px;
font-size:12px;
}

.sell_step2{
background-image:url(images/sell_step2.png) ;
background-repeat:no-repeat;
padding-left:16px;
padding-top:45px;
width:674px;
height:104px;
margin-top:20px;
font-size:12px;
}

.sell_step3{
background-image:url(images/sell_step3.png) ;
background-repeat:no-repeat;
padding-left:16px;
padding-top:45px;
width:674px;
height:103px;
margin-top:20px;
font-size:12px;
}

.sell_step4{
background-image:url(images/sell_step4.png) ;
background-repeat:no-repeat;
padding-left:16px;
padding-top:35px;
width:674px;
height:132px;
margin-top:20px;
font-size:12px;
}

.sell_step5{
background-image:url(images/sell_step5.png) ;
background-repeat:no-repeat;
padding-left:16px;
padding-top:45px;
width:674px;
height:75px;
margin-top:20px;
font-size:12px;
}


.sell_step6{
background-image:url(images/sell_step6.png) ;
background-repeat:no-repeat;
padding-left:16px;
padding-top:45px;
width:674px;
height:149px;
margin-top:20px;
font-size:12px;
}

.sell_step7{
background-image:url(images/sell_step7.png) ;
background-repeat:no-repeat;
padding-left:16px;
padding-top:45px;
width:674px;
height:149px;
margin-top:20px;
font-size:12px;
}


/* Q&A*/

.icon_q{
background-image:url(images/icon_q.png);
background-repeat:no-repeat;
height:37px;
width:630px;
padding-top:13px;
margin-left:20px;
margin-top:20px;
}


.icon_a{
background-image:url(images/icon_a.png);
background-repeat:no-repeat;
height:100px;
width:630px;
margin-left:20px;
}




/* 購入の流れ */
.buy_step1{
background-image:url(images/buy_step1.png) ;
background-repeat:no-repeat;
padding-left:16px;
padding-right:16px;
padding-top:45px;
width:658px;
height:76px;
margin-top:20px;
font-size:12px;
}

.buy_step2{
background-image:url(images/buy_step2.png) ;
background-repeat:no-repeat;
padding-left:16px;
padding-right:16px;
padding-top:45px;
width:658px;
height:76px;
margin-top:20px;
font-size:12px;
}

.buy_step3{
background-image:url(images/buy_step3.png) ;
background-repeat:no-repeat;
padding-left:16px;
padding-right:16px;
padding-top:45px;
width:658px;
height:76px;
margin-top:20px;
font-size:12px;
}

.buy_step4{
background-image:url(images/buy_step4.png) ;
background-repeat:no-repeat;
padding-left:16px;
padding-right:16px;
padding-top:45px;
width:658px;
height:76px;
margin-top:20px;
font-size:12px;
}

.buy_step5{
background-image:url(images/buy_step5.png) ;
background-repeat:no-repeat;
padding-left:16px;
padding-right:16px;
padding-top:45px;
width:658px;
height:76px;
margin-top:20px;
font-size:12px;
}


.buy_step6{
background-image:url(images/buy_step6.png) ;
background-repeat:no-repeat;
padding-left:16px;
padding-right:16px;
padding-top:45px;
width:658px;
height:76px;
margin-top:20px;
font-size:12px;
}

.buy_step7{
background-image:url(images/buy_step7.png) ;
background-repeat:no-repeat;
padding-left:16px;
padding-right:16px;
padding-top:45px;
width:658px;
height:76px;
margin-top:20px;
font-size:12px;
}

.buy_step8{
background-image:url(images/buy_step8.png) ;
background-repeat:no-repeat;
padding-left:16px;
padding-right:16px;
padding-top:45px;
width:658px;
height:76px;
margin-top:20px;
font-size:12px;
}

.buy_step9{
background-image:url(images/buy_step9.png) ;
background-repeat:no-repeat;
padding-left:16px;
padding-right:16px;
padding-top:45px;
width:658px;
height:76px;
margin-top:20px;
font-size:12px;
}

.buy_step10{
background-image:url(images/buy_step10.png) ;
background-repeat:no-repeat;
padding-left:16px;
padding-right:16px;
padding-top:45px;
width:658px;
height:76px;
margin-top:20px;
font-size:12px;
}


.floatCliear{
clear:both;
}


/*privacy*/
.privacy{
margin-left:30px;
width:580px;}


#wrapper h4 {
font-size: 14px;
background: url(images/heading22.png) no-repeat ;
margin: 20px 0px 0px 0px;
padding: 0 15px 0px 60px;
line-height: 36px;
font-weight: bold;
height:70px;
}

/*************
/* 投稿画像の回り込み処理
*************/
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
        margin-left: 10px;
        margin-bottom: 2px;
}

.alignleft {
float: left
        margin-right: 10px;
        margin-bottom: 2px;
}

img {
border-style:none;
}

.wp-caption {
        border: solid 1px #DDDDDD;
        text-align: center;
        padding-top:5px;
        margin-bottom:5px;
        background-color:#EEEEEE;
        font-size:0.6em;
        line-height: 0.8em;
}

/* ページネーション */
.pagenation{
	color: #0000CD;
	font-size: 1.0em;
	font-weight:normal;
	text-align: center;
	margin: 10px 0px 10px 0px;
}


.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}

.clear{clear:both;}

.floatCliear {
	clear: both;
}

#next a:link{color:#FF0000; background: #fff;}
#next a:hover{color:#fff; background: #3279BB;}

/**********************************************
2015.05 相続相続対策専門士
**********************************************/
hr{
clear:both;
height:0;
margin:0;
visibility:hidden;
} 

.souzoku_box{
width:652px;
height:100%;
padding:0 20px;
}

.pdg_l_10{padding-left:10px;}

#red_word{
font-size:19px;
font-weight:bold;
color:#dc143c;
}

.l_words{
padding-left:20px;
width:300px;
}