/*reset*/
*{box-sizing: border-box;}
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td ,embed{
	margin: 0;
	padding: 0;
	border:0; 
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	zoom:1;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
/*basic*/
body {
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	font-weight:nomal;
	background-color: #F6F6F6;
	color: #333;
	font-size:1em;
	line-height: 1;
	width:100%;
	min-width:1130px;
}
a {display:inline-block;}
a:link {
	color: #1a0dab;
}
a:visited{
	color: #660000;
}
.freset {
	clear: both;
	height:1px;
}
strong {
	font-weight:bold;
}
#wrap{
	overflow:auto;
	background-color: #fff;
	width:1100px;
	text-align:left;
	margin:0px auto;
	padding:40px 15px 30px 15px;
}
/* header -*/
#head{
	padding:25px 0px 25px 0px;
}
#head_left , #head_right {
	height:80px;
}
#head_left{
	width:750px;
	float:left;
}
#head_right{
	width:300px;
	float:right;
}
#head_right p{
	margin-top:10px;
	font-size:10px;
	color:#666;
}
#head_link{
	clear:both;
	padding:20px 0 0 0;
	text-align:center;
	margin-top:20px;
	border-top:1px solid #999;
}
/*HeaderSearchBox*/
#cse-search-box {
	display:inline;
	border:0;
	width:300px;
	margin:0;
	padding:0;
}
#cse-search-box input[type="text"]{
	width:235px;
	height:25px;
	font-size:16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#cse-search-box input[type="submit"]{
	cursor:pointer;
	width:50px;
	height:29px;
	font-size:12px;
	color:#fff;
	border:0;
	background-color:#800;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* over head */
#over_head {
	/*opacity:0.8;*/
	clear:both;
	z-index: 1000;
	position:fixed;
	top: 0;
	right:0;
	left: 0;
	width:100%;
	height:30px;
	padding-top:0;
	margin-bottom: 0;
	background-color:#666;
	text-align:left;
}
/*SocialBton-*/
.social_btn {
	clear:both;
	z-index: 1030;
	position:fixed;
	top:0;
	left:50%;
	margin-left:-550px;
	padding-top:0;
	width:1180px;
	height:34px;
	border:0;
}
.header_logo{
    display:inline-block;
	vertical-align:top;
	width:795px;
	height:28px;
	padding-top:4px;
}
/*
オリジナルシェアボタン
*/
.share_btn {
	width:300px;
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align:top;
}
.share_btn ul {
	margin:10px 0 0 0;
	padding:0;
}
.share_btn ul li{
	list-style-type:none;
	vertical-align:top;
	display:inline-block;
	width:35px;
	height:35px;
}
/* main -*/
#main{
	display: inline-block;
	vertical-align:top;
	position: relative;
	padding:0px 0px 10px 10px;
	margin-right: 23px;
	width:740px;
	line-height:1.5em;
	letter-spacing:0.08em;
}
#main h1 {
	font-size:36px;
	font-weight:nomal;
	margin: 30px 0px 40px 0px ;
	padding:0px 10px;
	background-image:url('https://www.aki-f.com/css/img/title_back.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	color:#544;
	text-shadow:2px 1px 0px #fff;
	line-height:1.8em;
}

#main h2 {
	font-size:25px;
	clear:both;
	margin:1.8em 0px 1.4em 0px;
	padding-left:0.5em;
	border-left:5px solid #611;
	color:#611;
	text-shadow:2px 1px 0px #fff;
	line-height:1.8em;
}
#main h3 {
	font-size:20px;
	margin:0.5em 0px;
}
#main h4 {
	font-size:20px;
	margin:0.5em 0px;
}
#main p{
	margin-top:1em;
    margin-bottom:1em;
	font-size:18px;
	line-height:1.7em;
}

#main ol,#main ul{
	margin:1em 0px;
	margin-left:1em;
	padding-left:1em;
}
#main ul li{
	list-style-type:disc;
	font-size:100%;
	letter-spacing:0.1em;
	line-height:1.5em;
	padding-bottom:0.3em;
}
#main ol li{
	list-style-type:decimal;
	font-size:100%;
	letter-spacing:0.1em;
	line-height:1.5em;
}
#main table{
	border:1px solid #ccc;
	margin:0.5em;
}
#main tbody th,td{
	border:1px solid #ccc;
	padding:5px;
}
#main dl{
	margin:10px 0px;
}
#main dt{
	font-size:110%;
	font-weight:bold;
	margin:1em 0;
}
#main dd{
	padding-left:1em;
	font-size:100%;
	line-height:1.5em;
}
#main form input[type='submit'] {
	cursor:pointer;
}
/* main parts */
.pankuzu,#pankuzu{
	font-size:83%;
	margin:	0px 5px 20px 5px;
}
.embed {
	cursor:pointer;
	width:500px;
	height:90px;
	margin:10px 0;
	cursor:pointer;
}
.audio {
	margin:15px;
	width:400px;
}
#top_pr{
	margin:10px 0px;
	text-align:center;
}
#middle_pr {
	margin:40px auto;
	text-align:left;
}
#middle_pr p,#bottom_pr p{
	margin:0;
	padding:0;
	font-size:12px;
	color:#999;
}
#bottom_pr{
	clear:both;
	margin:40px 0;
}
/* main bottom navi */
#bottom_navi{
	clear:both;
	text-align:left;
	margin:15px 0px;
	padding:20px;
	border:1px solid #bb9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#main #bottom_navi ul li{
	list-style-type:none;
	padding:6px 0px;
        font-size:125%;
}
.next,.back,.top{
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	width:28px;
	height:28px;
	color:#fff;
	font-weight:bold;
	background-color:#999;
	margin-right:0.5em;
}
.right{
	text-align:right;
}
/* main その他のパーツ*/
.img_right {
	float :right;
	margin:0 0 10px 25px;
}
.img_left {
	float :left;
	margin :0 25px 10px 0 ;
}
/* side */
#side{
	display: inline-block;
	width:300px;
	font-size:83%;
}
#side ul{
	margin:1em 0px;
	margin-left:15px;
	padding-left:5px;
}
#side li{
	list-style-type:disc;
	letter-spacing:0.1em;
	line-height:1.5em;
	padding-bottom:0.4em;
}
#side h2{
	font-size:1.3em;
	margin-bottom:15px;
	padding-bottom:10px;
	color:#911;
	border-bottom:1px dotted #ccc;
}
#side h3{
	font-size:1.1em;
	line-height:135%;
	margin-bottom:15px;
}
#side p{
	line-height:1.2em;
	margin-bottom:0.5em;
	letter-spacing:0.01em;
}
#side img{
	margin:0px 5px 10px 0px;
	max-width:300px;
	height:auto;
}
#side input{
	border:1px solid #ccc;
	margin:0px;
	padding:0px;
}
#side td{
	border:0;
	margin:0px;
	padding:0px;
	line-height:1.2em;
	vertical-align: top;
}
/* widgetまわり */
.widget{
	background-color:#fff;
	clear:both;
	overflow:auto;
	text-align:left;
	margin:0px 0px 15px 0px;
	padding:10px;
	border:1px solid #bb9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.side_ad_300{
	margin-bottom:15px;
}
/* a8 */
#a8-bottom{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	clear:both;
	margin:25px 0 25px 0;
	padding:8px 0px;
}
.a8-bottom-img{
}
.a8-bottom-sponsor {
	font-size:10px;
	color:#666;
	margin:8px 0;
}
.a8-bottom-title {
	padding-left:15px;
	border-left:2px solid #600;
}
.a8-bottom-title,.a8-bottom-title a{
    font-size:26px;
	font-weight:bold;
	text-decoration:none;
	line-height:1.6em;
	margin-bottom:0.8em;
}
.a8-bottom-title a:hover{
	text-decoration:underline;
}
.a8-bottom-reviews{
	margin:10px 0;
	font-size:14px;
	line-height:1.7em;
}
/* 緑のボタン風*/
.a8-bottom-fwd a{
	display :block;
    width:360px;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    padding:8px 10px;
    border-bottom:4px solid #ccc;
    border-right:4px solid #ccc;
    border-radius:16px;
    background-color: #090;
    color:#fff;
	text-align:center;
    font-size:20px;
    font-weight:bold;
    text-decoration:none;
}
.a8-bottom-fwd a:hover{
    background-color:#5F9F5F;
}
/* aws */
#aws-bottom{
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	clear:both;
	margin:25px 0 25px 0;
	padding:25px  15px 15px 15px;
}
.aws-bottom-img{
	float:left;
	margin-right:20px;
}
.aws-bottom-title{
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:0.8em;
}
.aws-bottom-reviews{
	font-size:80%;
	line-height:1.4em;
}
.aws-bottom-author{
}
.aws-bottom-powered{
	clear:both;
	margin-top:15px;
	text-align:right;
}
/* aws_side ad */
.aws_sidead-wrap{
	clear:both;
	width:100%;
	margin-bottom:10px;
	height:auto;
}
.aws_sidead-title {
	display:inline-block;
	width:135px;
	line-height:1.4em;
	vertical-align:top;
}

.aws_sidead-img{
	display:inline-block;
	margin-right:5px;
}
#side .aws_sidead-img img{
	max-width:125px;
	height:auto;
}
.aws_sidead-title{
}
.aws_sidead-powered{
	text-align:right;
}
/* side ad */

.sidead-wrap{
	clear:both;
	width:100%;
	margin-bottom:10px;
	height:auto;
}
.sidead-img{
	width:100px;
	height:100px;
	float:left;
	text-align:center;
	overflow:hidden;
}
.sidead-title{
	text-align:left;
	width:170px;
	height:auto;
	float:left;
	padding-bottom:10px;
	
	line-height:1.5em;
	overflow:hidden;
}
.sidead-powered{
	clear:both;
	font-size:11px;
	color:#999;
	text-align:right;
}
.sidead-sponsor{
	font-size:9px;
	color:#999;
	text-align:right;
	margin-bottom:7px;
}
.side_adsence{
	margin-bottom:15px;
}

/* foot */

#foot{
	clear:both;
	width:100%;
	padding-top:15px;
	padding-bottom:80px;
	margin:0px;
	background-color:#666;
	color:#fff;
	text-align:center;
	overflow:visible;
}
#foot a{
	color:#fff;
	text-decoration:none;
	border:none;
}

#foot p{
	margin-bottom:10px;
}
/* foot navi */

#foot_navi {
	width:1100px;
	text-align:left;
	margin:10px auto 25px auto;
	padding:0 0 0 30px;
}
#foot_navi ul{
	display:inline-block;
	font-size:14px;
	width:260px;
	height:150px;
	vertical-align:top;
}
#foot_navi ul li {
	list-style-type :none;
	padding:0 10px 10px 0;
}
#foot_qr {
	margin:20px 0;
}
#copyright {
	clear:both;
	width:100%;
	padding-top:30px;
}

/* その他のパーツ */
/* 文字装飾 */
.red{
	color:red;
}
/*講座のナビゲーション*/
#nextlabel {
	text-align:center;
	font-size:16px !important;
	color:#666;
	margin:0 !important;
}
#nextlabel:after {
	content:" >>"
}
#nextpage {
	margin:8px 0 28px 0;
}
#nextpage a {
	display:block;
	width: 100%;
	border-radius:10px;
	font-size:1.5em;
	text-align:center;
	text-decoration:none;
	color:#808080;
	border:2px solid #a0a0a0;
	background-color:#ffffff;
	padding:10px; 
}
#nextpage a:hover {
	background-color:#247BA0;
	color:#fff;
}
/*講座のディスクリプションのレイアウト*/
.kouza #wrap #main #disc {
		background-repeat: no-repeat;
		width:728px;
		min-height:300px;
	}
.kouza #wrap #main #disc p {
		padding:50px 30px 20px 198px;
		font-size:25px;
		color:#3b240b;
		line-height:2em;
	}

/* ninja_btn */
.ninja_onebutton{
	position:fixed;
	top:6px;
	display:inline-block;
    width:448px;
    text-align:right;
    margin-left:-120px;
    /*margin-left:510px;*/
}
/* scroll fixed */
#scroll {
	height:auto;
	z-index:10;
	background-color:#fff;
}
.fixed{
	position:fixed;
	top:40px;/*固定させたい位置*/
}
#mob_switch {
	clear:both;
	margin:20px 0;
	padding:20px 0;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	text-align:center;
	font-size:4rem;
	color:#ccc;
}
#mob_switch a,#mob_switch a:visited {
	color:#fff;
}
#return_top{
	background-color:#666;
	opacity:0.8;
	position: fixed;
	bottom: 0;
	right: 5px;
	width:25px;
	height:25px;
	vertical-align:middle;
	padding-top:4px;
	border-radius:50%;
	text-align:center;
	box-sizing:border-box;
}
#return_top a,#return_top a:visited{
	color:#fff;
	text-decoration:none;
}
