/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color: rgba(238, 238, 238, 0.13);
	color:#333;
	}
	
a:link,a:visited{
	color:#0066cc;
	}
a:hover,a:active{
	color:#3399FF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	}
	

h1{
	background-image: url("../img/bg_h1.gif");
	background-repeat:no-repeat;
	font-size:medium;
	margin:5px 0 0 15px;
	padding:14px 0 5px 15px;
	width:693px;
	height:30px;
	
	}
	
h2{
	background-image: url("../img/bg_h2.gif");
	background-repeat:no-repeat;
//	font-size:14px;
	margin:15px 0 0 0px;
	padding:10px 0 5px 20px;
	width:550px;
	height:20px;
	color:#FFFFFF;
	}
	
h3{
	background-image: url("../img/bg_h3.gif");
	background-repeat:no-repeat;
	font-size:12px;
	margin:10px 0 0 10px;
	padding:7px 0 2px 20px;
	width:550px;
	height:20px;
	color:#333;
	}
	
h4{
	background-repeat:no-repeat;
	font-size:14px;
	margin:10px 0 10px 0px;
	padding:2px 0 2px 10px;
	border-bottom:1px solid #009;
	border-left:10px solid #009;
	color:#333;
	}
	
h1 a,h1 a:link,h1 a:hover,h1 a:visited,h1 a:active,{
	font-size:20px;
	color:#333333;
	}
	
h2 a,h2 a:link,h2 a:hover,h2 a:visited,h2 a:active,{
	font-size:14px;
	color:#FFFFFF;
	}
	
h3 a,h3 a:link,h3 a:hover,h3 a:visited,h3 a:active,{
	font-size:12px;
	color:#333;
	}


h1.toph{
	background-image: url("../img/bg_h1.gif");
	background-repeat:no-repeat;
	font-size:medium;
	margin:5px 0 0 15px;
	padding:14px 0 5px 15px;
	width:693px;
	height:30px;
	
	}
	
h2.toph{
	font-size:small;
	margin:0;
	padding:0;
	background-image:none;
	width:auto;
	height:auto;
	color:#FFFFFF;
	}

h3.toph{
	font-size:small;
	margin:10px 0 10px 20px;
	padding:10px 0 10px 30px;
	color:#333;
	}

h3.live{
	font-size:14px;
	margin:10px 0 0 10px;
	padding:10px 0 2px 10px;
	color:#006600;
	background-image:none;
	background-color:#ddffdd;
	}


/* パンくず */
.pannav{
//	font-size:10px;
	text-align:left;
//	padding:0px 0px 5px 20px;
	margin: 0 0 1em 0;
	color:#999999;
	}




	
form{
	padding:0;
	margin:0;
	}

form.kumaeri-form {
    margin-left: 10px;
    margin-right: 2px;
    padding: 15px;
    background: rgba(111, 166, 167, 0.09);
	}



form.kumaeri-form button {
    /* 文字サイズを1.4emに指定 */
    font-size: 1.4em;

    /* 文字の太さをboldに指定 */
    font-weight: bold;

    /* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
    padding: 10px 30px;

    /* 文字色を白色に指定 */
    color: #fff;

    /* ボーダーをなくす */
    border-style: none;

    /* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;

    /* テキストの影の指定
     * 影の横幅を1px
     * 縦長を1px
     * ぼかしを2px
     * 色を#000（黒）に指定 */
    text-shadow: 1px 1px 2px #000;

    /* 角丸の指定 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

button.button8:hover {
    /* 透明度を20%に指定 */
    opacity: 0.8;
}

input{
behavior: url("/csshover3.htc");
}

input :hover{
filter: alpha(opacity=50);
-ms-filter: alpha(opacity=50);
opacity: 0.5;
}



p {
	margin:5px 5px 5px 5px;
	display: block;
	}
	

.l10 {
	padding:0;
	margin:5px 10px 0 10px;
	}
.l20 {
	padding:0;
	margin:5px 10px 0 20px;
	}
	
.c_red{
	color:#f00;
	}
.c_blue{
	color:#00a;
	}
.c_grn{	
	color:#090;
	}

a.c_red,a:link.c_red,a:visited.c_red {
	color:#f00;
	}
a.c_blue,a:link.c_blue,a:visited.c_blue{
	color:#00a;
	}
a.c_grn,a:link.c_grn,a:visited.c_grn{	
	color:#090;
	}
	
	
img{
	border:0;
	padding:0;
	margin:0;
	}


table{
	margin:0;
	padding:0;
	}

table td{
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	vertical-align:top;
	}


ul{
	margin:5px;
	padding:0;
	}
li{
	margin:0 0 0 0px;
	padding:0;
	}
	
/* ヘッダ */
div#head {
	width:780px;
	height:71px;
//	border-width:0 1px 1px 1px;
//	border-color:#999;
//	border-style:solid;
	position:relative;
	background-image:url(../img/bg_head_tsukuru.gif);
	}
div#head .logo {
	margin: 0px 0 0 0px;
	padding: 0px;
	float:left;
	width:570px;
	text-align:left;
}
div#head .logo h1{
	margin:0;
	padding:0;
	width:541px;
	height:71px;
	}
	
div#head div.link{

	}

div#head .search {
	float:right;
	margin-right:5px;
	top:0px;
	position:static;
	padding-right:15px;
	vertical-align:bottom;
	padding-top:45px;

}

div#head .hcopy{
	font-size:10px;
	text-align:left;
	padding-left:0;
	margin-left:0;
	}

/* フッタ*/
	
div#foot{
	width:780px;
	height:20px;
	background-color:#666;
	border-width:0 1px 1px 1px;
	border-color:#999;
	border-style:solid;

	font-size:10px;
	color:#ccc;
	padding-top:5px;
	}
div#foot .menu{
	font-size:10px;
	float:right;
	margin:0px 5px 0 0;
	}
	
div#foot .menu a{
	color:#ccc;
	}
	
div#foot .copyright{
	font-size:10px;
	color:#ccc;
	float:left;
	margin:2px 0 0 5px;
	}


	
/* メイン */
div#main{
	width:780px;
//	border-width:0 1px 1px 1px;
//	border-color:#999;
//	border-style:solid;
	position:relative;
	background-color:#ffffff;
	min-height: 1em;
//	display: inline-table;
	padding:0 0 10px 0;
//	background-image:url(../img/bg_main.gif);
	height: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	}
#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #main{
    height: 1em;
}

#main {
    display: block;
}
/**/
	

/* パンくず */
#pannav{
	font-size:10px;
	text-align:left;
	padding:10px 10px 0 20px;
	margin:0;
	color:#999999;
	}



/* 右メニュー */

div#main #menu{
	float:right;
	padding:0px;
	margin:0px 0 10px 0;
	width:197px;
	top: auto;
//	position:absolute;
	background-color:#e5e5e5;
	border:#e5e5e5 1px solid;
	right: 0px;
		}		
		
div#main #menu2{
	float:right;
	padding:0px;
	margin:0px 0 10px 0;
	width:197px;
	left: 582px;
	top: 10px;
	position:absolute;
	background-color:#e5e5e5;
	border:#e5e5e5 1px solid;
		}		

div#main #menu img{
	margin:0px;
	padding:0;
		}	

div#main #menu ul.mainmenu{
	margin:10px 0 5px 0;
	list-style:none;
	}
div#main #menu ul.mainmenu li{
	padding-bottom:5px;
}

div#main #menu .oshirase{
	border-width:1px;
	border-style:solid;
	border-color:#cc3;
	padding:0;
	margin:0;
	width:187px;
	background-color:#f0f0c4;
	}
	
div#main #menu .oshirase ul{
	margin:0px 0 5px 0;
	padding:0;
	list-style:none;
	}
div#main #menu .oshirase ul li{
	margin:0 0 5px 5px;
	padding:0 5px 0 15px;
	list-style:none;
	background-image:url(../img/dot_oshirase.gif);
	background-repeat:no-repeat;
	text-align:left;
	}

div#main #menu .blog {
	margin:5px 0 10px 0;
	}


div#main #menu .blog table{
	padding:0;
	margin:0 0 5px 0;
	border:1px solid #999;
	background-color:#FFFFFF;
	width:187px;
	}
div#main #menu .blog table td{
	padding:0;
	margin:0;
	vertical-align:middle;
	border-width:1px;
	border-style:none;

	}
div#main #menu .blog table td.pic{
	width:38px;
	text-align:left;
	margin:0px;
	padding:3px;
	}
div#main #menu .blog table td.txt{
	font-size:10px;
	line-height:110%;
	text-align:left;
	padding:5px 5px 5px 3px;
	}
div#main #menu .blog table td.midashi{
	font-size:12px;
	line-height:110%;
	text-align:left;
	width:149px;
	padding:3px 3px 0px 0;
	}
	
div#main #menu .copyright{
	font-size:10px;
	color:#999;
	text-align:left;
	margin:50px 5px 10px 5px;
	
	}


/* 左コンテンツ */

div#main #contents{
//	line-height:120%;
	padding:10px;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:0;
	font-size:small;
	float:left;
	top: 0px;
	width:560px;
	min-height:520px;
	text-align:left;
	border-top: 1px solid #e5e5e5;
	}
	

div#main #contents p.txt{
	margin:5px 10px 15px 30px;
	display: block;
	line-height:150%;
	}

div#main #contents ol{
	margin:5px 25px 5px 25px;
	}
div#main #contents ul{
	margin:5px 25px 5px 40px;
	}
	
div#main #contents .top{
	margin-top:5px;
	}
	
	






.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 0px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 5px;
}

.fltrt_top { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 0px;
}
.fltlft_top { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 5px;
}

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





/* トップページ要素 */


h2.top_tsukuru{
	font-size:16px;
	margin:0;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
	background-image:url(../img/bg_t_tsukuru.gif);
	background-repeat:repeat;
	color:#fff;
	width:338px;
	height:18px;
	border:1px;
	border-style:solid;
	border-color:#999;
	}
	
h2 span.date{
	font-size:12px;
	color:#FFCC00;
	margin-left:30px;
	}
.tsukuru_ttl_top{
	text-indent:0px;
	font-weight:bold;
	font-size:16px;
	margin:15px 0 15px 10px;
	color:#000099;
	}

.tsukuru_midashi{
	border-width:0px 0px 0px 4px;
	border-style:solid;
	border-color:#ccc;
	padding-left:5px;
	margin-top:5px;
	}
.midokoro{
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	padding:0px 5px 3px 5px;
	margin:10px 0px 0 5px;
	font-size:10px;
	}
.midashi_s{
	font-size:10px;
	color:#006699;
	}
.writer{
	text-align:right;
	color:#999;
	width:330px;
	}
	
.link_tsukuru{	
	border-width:2px;
	border-style:solid;
	border-color:#00c;
	text-align:center;
	margin-top:5px;
	padding:4px 10px 4px 10px;
	background-color:#eeeeee;
	}


a.link_tsukuru:link,a.link_tsukuru:visited{
	color:#0066cc;
	background-color:#eee;
	}
a.link_tsukuru:hover,a.link_tsukuru:active{
	color:#3399FF;
	background-color:#ddddee;
	}

.tsukuru_rensai ul{
	margin:0;
	padding:0;

	left:0;
	}
	
.tsukuru_rensai ul li{
	width:240px;
	float:left;
	margin:0;
	}





div#main #contents .oshirase{
	border-width:1px;
	border-style:solid;
	border-color:#cc3;
	padding:0;
	margin:0;
	width:275px;
	background-color:#f0f0c4;
	}

div#main #contents .bnr{
	padding:10px;
	}

	
div#main #contents .oshirase ul{
	margin:0px 0 5px 0;
	padding:0;
	list-style:none;
	}
div#main #contents .oshirase ul li{
	margin:0 0 0 5px;
	padding:0 5px 5px 15px;
	list-style:none;
	background-image:url(../img/dot_oshirase.gif);
	background-repeat:no-repeat;
	text-align:left;
	}
div#main #contents .blog{
	padding:0;
	margin:0;
	width:275px;
	}


div#main #contents .blog table{
	width:275px;
	padding:0;
	margin:0;
	border-style:none;
	}
div#main #contents .blog table td{
	padding:0 0 5px 0;
	margin:0;
	vertical-align:middle;
	}
div#main #contents .blog table td.pic{
	width:38px;
	}
div#main #contents .blog table td.txt{
	font-size:10px;
	line-height:110%;
	}


div#main #contents .shinkan table{
	border-style:none;
	padding:0 2px 0 2px;
	}
div#main #contents .shinkan table td{
	margin:0px 1px 5px 5px;
	padding:2px 0 5px 5px;
	width:160px;
	}
div#main #contents .shinkan table td.pic{
	margin:0px 1px 5px 5px;
	padding:5px 0 5px 5px;
	}
div#main #contents .shinkan table td.grey{
	background-color:#f0f0f0;
	}


a.btn_buy:link,a.btn_buy:visited{
	color:#FFFFFF;
	background-color:#FF6633;
	border-width:1px;
	border-style:solid;
	border-color:#666;
	padding:5px 15px 5px 15px;
	line-height:2em;
	text-decoration:none;
//  font-size: 90%;
  font-weight: bold;
	}
a.btn_buy:hover,a.btn_buy:active{
	color:#FFFFFF;
	background-color:#CC3300;
	border-width:1px;
	border-style:solid;
	border-color:#333;
	padding:5px 15px 5px 15px;
	line-height:2em;
	text-decoration:none;
//  font-size: 90%;
  font-weight: bold;
	}




/*全ページ要素*/


table.tbl1{
	margin:10px 25px 10px 25px;
	padding:0;
	border:1px 1px 0px 1px;
	border-style:solid;
	border-color:#999;
	}

table.tbl1 th{

	text-align:left;
	padding:20px 10px 20px 10px;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999;
	}

table.tbl1 td{
	margin:0;
	padding:5px 10px 5px 10px;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999;
	text-align:center;
	vertical-align:middle;
	}

	
table.tbl2{
	margin:10px 25px 10px 25px;
	padding:0;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	border-color:#999;
	}

table.tbl2 th{

	text-align:left;
	padding:20px 10px 20px 10px;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999;
	}

table.tbl2 td{
	margin:0;
	padding:5px 10px 5px 10px;
	border-width:0 0 1px 1px;
	border-style:solid;
	border-color:#999;
	text-align:left;
	vertical-align:middle;
	}



table.tbl3{
	margin:10px 25px 10px 25px;
	padding:0;
	border:1px 1px 0px 1px;
	border-style:solid;
	border-color:#999;
	font-size:10px;
	}

table.tbl3 th{

	text-align:left;
	padding:20px 10px 20px 10px;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999;
	}

table.tbl3 td{
	margin:0;
	padding:5px 10px 5px 10px;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999;
	text-align:center;
	vertical-align:middle;
	}


table.tbl4{
	margin:10px 25px 10px 25px;
	padding:0;
	border-width:1px 1px 0 0;
	border-style:solid;
	border-color:#999;
	}

table.tbl4 th{
	margin:0;

	text-align:left;
	padding:3px 5px 3px 5px;
	border-width:0 0 1px 1px;
	border-style:solid;
	border-color:#999;
	}

table.tbl4 td{
	margin:0;
	padding:3px 10px 3px 10px;
	border-width:0 0px 1px 1px;
	border-style:solid;
	border-color:#999;
	text-align:center;
	vertical-align:middle;
	}
	
table.tbl4 td.left{
	text-align:left;
	}

th{
	background-color:#eeeeee;
}
th.td1{
	background-color:#3f8cce;
	}
th.td2{
	background-color:#3fb4ce;
	}
th.td3{
	background-color:#3fce89;
	}
th.td4{
	background-color:#a7ce3f;
	}
th.td5{
	background-color:#cec23f;
	}
	
td.td1{
	background-color:#c4dbf0;
	}
td.td2{
	background-color:#c4e8f0;
	}
td.td3{
	background-color:#c4f0da;
	}
td.td4{
	background-color:#e4f0c4;
	}
td.td5{
	background-color:#f0ecc4;
	}
.naRequire{
	color:#c00;
	font-size:10px;}
	
.txtform { 
width: 250px; 
}  



.btn01 a:link{
	color:#fff;
	text-decoration:none;
	margin:20px;
	padding:10px 20px 10px 20px;
	font-weight:bold;
	background-color:#003399;
	border-width:2px;
	border-top-color:#006699;
	border-right-color:#003366;
	border-bottom-color:#003366;
	border-left-color:#006699;
	border-style:solid;
	font-size:midium;
	}
	
.btn01  a:visited{
	color:#fff;
	text-decoration:none;
	margin:20px;
	padding:10px 20px 10px 20px;
	font-weight:bold;
	background-color:#003399;
	border-width:2px;
	border-top-color:#006699;
	border-right-color:#003366;
	border-bottom-color:#003366;
	border-left-color:#006699;
	border-style:solid;
	font-size:midium;
	}
	
.btn01  a:hover{
	color:#fff;
	text-decoration:none;
	margin:20px;
	padding:10px 20px 10px 20px;
	font-weight:bold;
	background-color:#0033FF;
	border-width:2px;
	border-top-color:#006699;
	border-right-color:#003366;
	border-bottom-color:#003366;
	border-left-color:#006699;
	border-style:solid;
	font-size:midium;
	}

.btn01  a:active{
	color:#fff;
	text-decoration:none;
	margin:20;
	padding:10px 19px 10px 21px;
	font-weight:bold;
	background-color:#003399;
	border-width:2px;
	border-top-color:#003366;
	border-right-color:#006699;
	border-bottom-color:#006699;
	border-left-color:#003366;
	border-style:solid;
	font-size:midium;
	}
	
	
.right{
	text-align:right;
	padding-right:10px;
	}
	
ol.txt{
	margin:5px 20px 20px 20px;
	padding:20px;
	}
ol.txt li{
	margin:10px ;
	}
	
.book_cont{
	width:340px;
	}
.book_cont h3{
	width:340px;
	}
.book_img{
	width:160px;
	}
	
.tsukuru_cont{
	width:340px;
	}
.tsukuru_cont h3{
	width:320px;
	}
.tsukuru_img{
	width:200px;
	}

.tsukuru_cont2{
	width:500px;
	}
.tsukuru_cont2 h3{
	width:500px;
	}
.tsukuru_cont2 p{
	margin-left:20px;
	}
	
div.menu_bn{
	border-top-color:#999;
	border-right-color:#999;
	border-bottom-color:#999;
	border-left-color:#999;
	border-style:solid;
	background-color:#eee;
	font-size:10px;
	padding:10px;
	border-width:1px;
	width:150px;
	margin-left:10px;
	}
div.menu_bn2{
	border-top-color:#999;
	border-right-color:#999;
	border-bottom-color:#999;
	border-left-color:#999;
	border-style:solid;
	background-color:#eee;
	font-size:10px;
	padding:10px 10px 0 10px;
	border-width:1px;
	width:400px;
	margin-left:10px;
	}
	
	
.link{
	text-align:left;
	font-size:12px;
	}

.link .ttl{
	background-color:#eee;
	border-width:1px;
	text-indent:10px;
	}

.link ul{
	margin:5px;
	padding:0;
	}
.link li{
	margin:0 0 0 20px;
	padding:0;
	}	




.book img{
	margin-top:10px;
	}
	
/*  blog  */
	
div.asset-content{
	border-top-color:#999;
	border-right-color:#999;
	border-bottom-color:#999;
	border-left-color:#999;
	border-style:solid;
	background-color:#fff;
//	font-size:10px;
	padding:15px;
	border-width:1px;
	margin:10px;
	}

div.ebooks-content{
	line-height: 1.8;
	}
	
div.asset-meta {
	border:none;
	text-align:right;
	}
	
div.blog_entry_list {
	font-size:10px;
	margin-top:5px;
	}

div.blog_entry_list li{
	line-height:120%;
	margin:5px 0 5px 15px;
	list-style:circle;
	}

.trackbacks-header ,.archive-header,.comments-open-header,.comments-header{
	color:#fff;
	margin:0;
	pading:0;
	text-indent:10px;
	font-size:12px;
	}
#header-name a{
	color:#000;
	font-size:18px;
	}

.asset-name{
	background-image:none;
	background-color:#006699;
	border-top-color:#999;
	border-right-color:#999;
	border-bottom-color:#999;
	border-left-color:#999;
	border-style:solid;
	border-width:1px;
	color:#fff;
	margin:10px 0 0 0;
	padding:5px 0 5px 10px;
	text-indent:10px;
//	font-size:100%;
	line-height:110%;
	height:auto;
	}
 .asset-name a{
 		color:#fff;
		}


.asset-name-sp{
	background-image:none;
	background-color:#006699;
	border-top-color:#999;
	border-right-color:#999;
	border-bottom-color:#999;
	border-left-color:#999;
	border-style:solid;
	border-width:1px;
	color:#fff;
	margin:10px 0 0 0;
	padding:5px 0 5px 10px;
//	text-indent:10px;
//	font-size:100%;
	line-height:110%;
	height:auto;
  font-size: 1.3em;
	}
 .asset-name-sp a{
 		color:#fff;
		}




.trackbacks-info,.trackback{
	border-color:#999;
	border-style:solid;
	border-width:0 0 1px 0;
	}
	
.txt{
	line-height:120%;
	font-size:0.8em;
	}




#contents .rsstc   { text-align:left;font-size: 12px; background-color: #fff; margin: 0; padding: 0 }
#contents .rsstc a { color: #0000ff;font-weight: normal;}
#contents .rsstc em  { font-style: normal; font-weight: bold; margin-left: 0px; padding: 0 }
#contents .rsstc ul   { text-align:left;background-color: #fff; margin-left:-30px; padding: 0 ;border: solid 2px #fff }
#contents .rsstc li   { text-align:left;list-style-type:none; margin-left:-30px;padding-top: 1px; padding-bottom: 1px; padding-left: 20px; border-bottom: 1px dashed #fff ;
background-image:url(../img/tri_w.gif);
background-repeat:no-repeat;}


.txt .rsstc   { text-align:left;font-size: 12px; background-color: #fff; margin: 0; padding: 0 }
.txt .rsstc a { color: #0000ff;font-weight: normal;}
.txt .rsstc em  { font-style: normal; font-weight: bold; margin-left: 0px; padding: 0 }
.txt .rsstc ul   { text-align:left;background-color: #fff; margin-left:0px; padding: 0 ;border: solid 2px #fff }
.txt .rsstc li   { text-align:left;list-style-type:none; margin-left:0px;padding-top: 1px; padding-bottom: 1px; padding-left: 20px; border-bottom: 1px dashed #fff ;
background-image:url(../img/tri_w.gif);
background-repeat:no-repeat;}

#contents .oshirase .rsstc { text-align:left;font-size: 14px; background-color:#f0f0c4; margin: 0; padding: 0 }
#menu .oshirase .rsstc { text-align:left;font-size: 12px; background-color:#f0f0c4; margin: 0; padding: 0 }
#contents .oshirase .rsstc a , #menu .oshirase .rsstc a { color: #0000ff;font-weight: bold;}
#contents .oshirase .rsstc em , #menu .oshirase .rsstc em  { font-style: normal; font-weight: bold; margin-left: 0px; padding: 0 }
#contents .oshirase .rsstc ul  , #menu .oshirase .rsstc ul   { text-align:left;background-color: #f0f0c4; margin-left:-30px; padding: 0 ;border: solid 0px #f0f0c4}
#contents .oshirase .rsstc li , #menu .oshirase .rsstc li   { text-align:left;list-style-type:none; margin-left:-30px;padding-top: 0px; padding-bottom: 0px; padding-left: 20px;}



ul.mainmenu ul li{
	text-align:left;
	}
ul.mainmenu strong{
	line-height:200%;
	color:#999;
	text-align:left;
	margin-top:5px;
	}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}





@media screen and (max-width: 1000px){/*768px 以下の画面幅て適用する CSS*/
.tetteikenkyu-book {
    width: 40%;
    font-size: 118%;
    margin: 5px;
}

.tsukuru_cont {
	font-size: large;
	line-height: 1.5em;
}

.smpbtn {
	font-size: xx-large;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	line-height: 1.5em;
}


.smpbtna {
	font-size: xx-large;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	line-height: 1.5em;
}


.smpbtnb {
	font-size: xx-large;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	line-height: 1.5em;
}


.asset-name {
    font-size: x-large;
}

.asset-name-sp {
    font-size: x-large;
    width: 100%;
}

img.smpkumaeri {
    width: 40%;
}

.fltrt_top { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	width: 100% !important;
	text-align: center;
  font-size: 200%;
	line-height: 2em;
}
.fltlft_top { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
  width: 100% !important;
}

.fltrt_top img {
	width: 70%;
}



.share-button{
		margin: 1.5em 5em !important;
		transform: scale(2);
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
}


.share-button-tw{
		margin: 1.5em 2em !important;
		transform: scale(2);
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
}

}

div.e-asset-content {
  border-color: #999;
  border-style: solid;
  font-size: 10px;
  padding: 15px;
  border-width: 1px;
}
.e-asset {
  overflow: hidden;
  width: 48%;
}
.e-left {
	float: left;
  clear: both;
}
.e-right {
	float: right;
}


.setsumei_img {
    width: 310px;
    margin-left: 1em;
}





@media screen and (max-width: 1000px){/*768px 以下の画面幅て適用する CSS*/
.smp {
    font-size: x-large;
    line-height: 1.5em;
}
img.smp {
	width: 100%;
}
.spNone {
	display: none;
}
.spSmall {
	font-size: initial;
}

a.btn_buy:link, a.btn_buy:visited {
    padding: 5px 15px 5px 15px;
    font-size: x-large;
    margin-bottom: 15px;
}



.share-button{
		margin: 1.5em 5em !important;
		transform: scale(2);
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
}


.share-button-tw{
		margin: 1.5em 2em !important;
		transform: scale(2);
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
}

}


.box {
	float: left;
	width: 50%;
	margin-top: 15px;
}

.boxContainer {
	overflow: hidden;
}

/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 
.boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}


.ms-img {
  width: 65%;
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}

.ms-midashi {
	font-weight: bold;
	margin-bottom: 5px;
}

.button-link-blue {
	moz-box-sizing: border-box;
	-ms-box-box-sizing: border-box;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: #0066cc;
	color: #fff !important;
	padding: 7px 10px;
	background-color: #0066cc;
	word-wrap: break-word;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-weight: normal;
	display: block;
	text-align: center;
//	font-size: small;
	text-decoration: none !important;
}

.button-link-green {
	moz-box-sizing: border-box;
	-ms-box-box-sizing: border-box;
	text-decoration: none;
//	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: #2A9567;
	color: #fff !important;
	padding: 7px 10px;
	background-color: #2A9567;
	word-wrap: break-word;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-weight: normal;
	display: block;
	text-align: center;
//	font-size: small;
	text-decoration: none !important;
}

.buy-background {
	padding: 0.5em;
//	background-color: rgba(196, 210, 240, 0.41);
//	border: solid 1px rgba(0,0,0,0.1);
	margin-bottom: 1em;
}

.button-link-mini-orange {
	background: #eb6120;
	background: -webkit-linear-gradient(bottom, #eb6120, rgba(235, 119, 66, 0.59));
	background: -moz-linear-gradient(bottom, #eb6120, #eb7742);
	background: -o-linear-gradient(bottom, #eb6120, #eb7742);
	background: -ms-linear-gradient(bottom, #eb6120, #eb7742);
	background: linear-gradient(bottom, #eb6120, #eb7742);
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 7px;
	margin: 5px;
}


/* グローバルナビ */
.gl_menu_rap {
    display: inline-block;
}

#gl_menu {
    width: 100%;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0;
    line-height: 1em;
    font-size: 100%;
    font-weight: bold;
}

#gl_menu li {
    display: block;
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ffffff;
}

#gl_menu li a {
    display: block;
    padding: 10px 3px 10px 0;
    background-color: #006699;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #ffffff;
}

#gl_menu img {
    width: 9%;
    padding: 0em 0.5em;
    vertical-align: bottom;
}


.header-link {
	overflow: hidden;
	_height: 1.5em;
	float: right;
	font-size: 90%;
	margin-bottom: 1em;
}

.header-link ul {
  margin-left: -1px; /* 一番左のボーダー幅と同じ値の負のマージン */
}

.header-link li {
  padding: 0 10px;
  display: inline; /* 横並びにさせる */
}

.header-link li+ li {
  border-left: 1px solid #333; /* 区切り線 */
}

.header-link a {
	color: black;
}



@media screen and (max-width: 1000px){

	#gl_menu {
	    font-size: 200%;
	}

	#gl_menu li {
	    width: 50%;
	    border-bottom: 1px solid #ffffff;
	}


	.header-link {
		font-size: 150%;
	}

	.twitter-follow-button {
	    vertical-align: middle;
	    transform: scale(1.5);
	    -webkit-transform: scale(1.5);
	    margin: 0 1em;
	}

	.smp-non {
		display: none;
	}

	div#main.sp-type{
		width: 100%;
	}

	div#main #contents.sp-type {
		width: 95%;
		font-size: 150%;
	}

	div#main #contents.blog-sp-type {
		width: 97%;
	}

	.asset-content img {
		width: 100%
	}

	.sphead {
		width: 100% !important;
	}

	.sp-yes {
		display: initial !important;
	}

	div.asset-content {
		font-size: 100%;
		line-height: 2em;
	}

	div#main #contents{
		font-size:initial;
	}

	.asset-header h2{
    width: 100%;
    line-height: 1.5em;
    margin-bottom: 1em;
	}

	.blog-sp-type h1 {
		background: none;
    width: 97%;
    height: auto;
	}


.setsumei_img {
    width: 90%;
    margin-left: 1em;
}


.button-link-blue {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	padding: 0.7em 10px;
}


.button-link-green {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	padding: 0.7em 10px;
}

#yahooad-smp {
	display: initial !important;
}


}


.twitter-follow-button {
	vertical-align: middle;
}

.content-title {
    border-bottom: 1px solid #eaeaea;
    height: auto;
    margin: 0.5em 0 0.75em;
    padding: 0.2em 0 0.2em 1em;
    background: #006699;
    color: white;
    line-height: 1.5em;
    width: 96%;
    font-size: 150%;
}


.oshirase_title {
    font-weight: bold;
    font-size: 110%;
}

.oshirase_title img {
    vertical-align: middle;
    height: 1.1em;
    padding-right: 0.5em;
}

#slider ul {
    margin: 0 !important;
    list-style-type: none;
}

#headline {
    clear: both;
    border-top: 1px dotted #808080;
    border-bottom: 1px dotted #808080;
    margin-top: 0.5em;
    padding: 0.5em;
}

#headline_top {
    clear: both;
    border-top: 1px dotted #808080;
    padding: 0.5em;
}

#headline_top_2 {
    clear: both;
    border-bottom: 1px dotted #808080;
    padding: 0.5em;
}



#headline a {
    color: black;
    text-decoration: none;
}

.headline_title {
    font-weight: bold;
}

.arrow {
    text-align: right;
    font-weight: bold;
    color: orange;
}

.sp-yes {
	display: none;
}

#nav {
//    width: 544px;
//    height: 40px;
    margin: 0 !important;
    float: right;
}

#nav ul {
	margine: 0px;
}


#nav li {
	position: relative;
	float: right;
//	width: 108px;
//	height: 40px;
	text-align: center;
	border-right: 1px solid #fff;
	list-style: none;
}
#nav li:last-child {
	border-right: none;
}
#nav li a {
    display: block;
    /* width: 108px; */
//    height: 40px;
    color: #fff;
//    font-size: 14px;
//    line-height: 2.8;
    background: #ff6600;
    padding: 0 1em;
    font-size: 150%;
    line-height: 1em;
    padding: 0.5em 1em;
}
#nav li a:hover {
	color: #fff;
	background: #afc6e2;
}
#nav > li li:hover > a {
	background: #afc6e2;
}
#nav li ul {
    left: 0;
    position: absolute;
    margin: 0 !important;
}
#nav li ul li {
	overflow: hidden;
	height: 0;
}
#nav li ul li a {
	border-top: 1px solid #fff;
}
#nav li:hover > ul > li {
	overflow: visible;
//	width: 108px;
	height: 3em;
}
	#nav li ul li ul {/*孫*/
		top: 0;
		left: 109px;
	}
	#nav li ul li ul:before {/*孫*/
		position: absolute;
		content: "";
		top: 15px;
		left: -10px;
		border: 5px solid transparent;
		border-left: 5px solid #fff;
	}
	#nav li ul li ul li:hover > a {/*孫*/
		background: #afc6e2;
	}
	#nav li ul li ul.left {/*孫*/
		top: 0;
		left: -109px;
//		width: 108px;
	}
	#nav li ul li ul.left:before {/*孫*/
		position: absolute;
		content: "";
		top: 15px;
		left: 110px;
		border: 5px solid transparent;
		border-right: 5px solid #fff;
	}
	#nav li ul li ul.left li:hover > a {/*孫*/
		background: #afc6e2;
	}
.content {
	width: 524px;
	height: 200px;
	background: #eee;
	margin: 0 auto;
	padding: 10px;
}

.how-to-yondemill {
    width: 100%;
    margin: 0 3%;
}

.tameshiyomi {
    float: left;
    width: 30%;
    margin: 0 1%;
}

.how-to-yondemill img {
    width: 100%;
}

.how-to-yondemill p {
//    font-size: large;
}

.kounyuu {
    float: left;
    width: 30%;
    margin: 0 1%;
}

.hondana {
    float: left;
    width: 30%;
    margin: 0 1%;
}

div.asset-content:after{
	content: "";
	clear: both;
	display: block;
}

.entry-categories {
    clear: both;
}

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



#topnews div {
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 3em;
}
#topnews div dl {
    clear: both;
}
#topnews dt {
    color: #66A512;
}
#topnews dt {
    font-size: 14px;
    color: #1A7AE8;
    margin-bottom: 5px;
    padding-bottom: 5px;
    float: left;
    clear: both;
}

#topnews div dl dd {
    padding-left: 130px;
}

#topnews h4 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    margin: 0 0 20px 0;
    background-color: #006699;
    line-height: 18px;
    border: none;
    color: white;
}

#topnews div dl dd a {
    color: #ffffff;
    text-decoration: none;
}

.motto a {
    color: #FFF;
    text-decoration: none;
    background-color: #2a9567;
    color: #666666;
    text-align: center;
    display: block;
    padding:0.5em 0;
    font-weight: normal;
    width: 100%;
}

.motto a:hover {
	color: #ECF0F1;
	text-decoration: none;
	background-color: #E97F50;
	text-align: center;
	display: block;
}

#yahooad-smp {
	margin: 20px 0;
	display: none;
}

#yahooad-pc {
	margin: 20px 0;
}