@charset "UTF-8";
@media screen and (min-width: 768px) {

/* アーカイブページ（ブログトップ）
------------------------------------ */

.txt-roumu01{
    overflow: hidden;
    font-size: 18px;
    color:#006699;
}


.box-page1{
    background-color: #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    width: 920px;
}


.label-term {
    margin-left:40px;
    width: 80px;
    border: 1px solid #006699;
    color: #006699;
    font-size: 12px;
    text-align: center;
}
/* 一覧、詳細ページ single-php.php,archive-roumu.php
------------------------------------ */
.qa {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0;
}


.box-q{
    overflow:hidden;
    margin-bottom:24px;
    border-bottom:1px dotted #CCCCCC;
    font-size: 18px;
}

.ico-q{
    float:left;
    margin-right:10px;
}

.txt-qa{
    overflow:hidden;
}

.txt-qa p{
    line-height:1.4;
    font-size:18px;
}

.txt-name{
    text-align:right;
    line-height:3;
    font-size:14px;
}

.box-a{
    overflow:hidden;
    margin-bottom: 30px;
    font-size: 18px;
}

.ico-a{
    float:left;
    margin-top:-4px;
    margin-right:10px;
}

.box-law{
    padding:20px 30px 30px 30px;
    background-color:#F5F5DC;
    border-radius:8px;
}

.box-law ol{
	margin-bottom:20px;
	list-style-type: decimal;
	line-height:150%;
}

.box-law ol li{
	margin-bottom:10px;
	margin-left:30px;
	list-style-type: decimal;
	text-indent:0;
}



.tit-law{
    margin-bottom:20px;
    text-align:center;
}

.txt-law li{
    padding-left: 1em; 
    text-indent: -1em;
}

li.txt-law-indent02{
    padding-left: 4em; 
    text-indent: -2em;
}


/* カテゴリーページ 
------------------------------------ */
.tit-roumu-category{
margin-bottom:30px;
line-height:3;
font-size:20px;
color:#006699;

}

/* プロフィール
------------------------------------ */
.box-roumu01{
	overflow:hidden;
	margin-bottom:20px;
}

.box-roumu01 img{
	float:left;
	margin-right:10px;
	border:1px solid #ccc;
}
.box-roumu-in01{
	overflow:hidden;
}

.tit-roumu-prof01{
	font-weight:bold;
}

.txt-roumu-prof01{
	font-size:14px;
}
.txt-roumu-prof02{
	font-weight:bold;
	font-size:18px;
}
.txt-roumu-prof03{
	line-height:1.4;
	font-size:14px;
}


.list-roumu-prof01{
	overflow:hidden;
	margin-bottom:20px;
	font-size:14px;
}

.list-roumu-prof01 dt{
	float:left;
	margin-bottom:20px;
	width:130px;
}

.list-roumu-prof01 dd{
	margin-left:130px;
	margin-bottom:20px;
}


.list-roumu-prof02{
	margin-bottom:20px;
	font-size:14px;
}

/* 検索結果ページ seach.php
------------------------------------ */
.txt-roumu-seach01{
line-height:3;
}

.box-roumu-seach01 dt:first-child{
	margin-top:20px;
}

.box-roumu-seach01 dt{
	font-weight:bold;
}
.box-roumu-seach01 dd{
	margin-bottom:20px;

}








/*ソーシャルボタンの横並び設定*/
    .wp_social_bookmarking_light{padding-bottom:20px;}
    .wp_social_bookmarking_light div{
    float:left!important;
    padding-left: 5px;
    }








} /* /media */