/*

WAENAVI CSS std.css
Copyright(C)2015 waenavi All rights reserved.
Author:waenavi-webmaster

*/


/* ============================== TAG ▼ */

*{
	background : transparent;
	border : 0;
	font-weight : normal;
	margin : 0;
	outline : 0;
	padding : 0;
	vertical-align : baseline;
}
body{
	background-image : url(../img/bg_header.jpg),url(../img/bg_footer.jpg);
	background-position : center top, center bottom;
	background-repeat : repeat-x;
	background-size : auto 100px;
	color : #333333;
	font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Sans-Serif;
	font-size : 16px;
	line-height : 1.7;
	padding : 0 5%;
	position : relative;
}
a{
	color : #990000;
	text-decoration : none;
	border:none;
}
a:hover{
	color : #660000;
	border-bottom : 1px dotted #cc9900;
}
iframe{
	height : auto;
	max-width : 100%;
}
img{
	box-sizing : border-box;
	height : auto;
	max-width : 100%;
}
ul{
	list-style : none;
}
li{
	list-style : none;
	text-indent : 0;
}
hr{
	border-top : 1px solid #cccccc;
	display : block;
	height : 1px;
	margin : 1em 0;
}
input,select{
	vertical-align : middle;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}


/* ============================== WRAPPER ▼ */
/* ============================== WRAPPER_構造 ▼▼ */

#waenavi_wrapper{
	border-top : 3px solid #000000;
	border-bottom : 3px solid #000000;
	margin : 0 auto;
	max-width : 1200px;
	oveflow : hidden;
}
#waenavi_header{
	border-bottom : 2px solid #f6f6f6;
	height : 30px;
	padding-top : 2%;
	background: #cccccc;
}
#waenavi_side{
	float : left;
	font-size : 14px;
	width : 26%;
}
#waenavi_main{
/*	background: #cccccc;*/
	float : right;
	margin-left : 4%;
	width : 70%;
}
#waenavi_postnavi {
	border-top : 2px solid #f6f6f6;
	margin : 50px 0;
	overflow : hidden;
	padding-top : 30px;
}
#waenavi_footer{
	clear : both;
	color : #ffffff;
	font-size : 12px;
	line-height : 1.3;
	padding : 40px 0 30px;
	text-align : center;
}



/* ============================== WRAPPER_TAG ▼▼ */

#waenavi_footer a{
	color : #ffffff;
}
#waenavi_footer ul{
	margin-bottom : 20px;
	text-align : center;
}
#waenavi_footer li{
	display : inline-block;
	*display : inline;
	margin : 0 8px;
	vertical-align : baseline;
}



/* ============================== SIDE ▼ */

#logo{
	width:100px;
	height:100px;
}



/* ============================== ARTICLE ▼ */

.article{
	margin : 130px 0;
}
.article:first-child{
	margin-top : 0;
}



/* ============================== ARTICLE_TAG ▼▼ */

.article a img:hover{
	border-color : #00bbdd;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
	font-weight : bold;
}
.article h1 {
	background : url(images/bg_line.svg) no-repeat right bottom;
	clear : both;
	font-size : 22px;
	line-height : 1.4;
	padding : 0 0 25px;
}
.article h2 {
	background : url(images/bg_line.svg) no-repeat right bottom;
	clear : both;
	font-size : 22px;
	line-height : 1.4;
	padding : 0 0 25px;
}
.article h3 {
	background : url(images/sprite.svg) no-repeat;
	border-bottom : 3px solid #00bbdd;
	font-size : 20px;
	line-height : 1.4;
	margin : 40px 0 15px;
	padding : 10px 0 8px 25px;
}
.article h2 a,
.article h3 a,
.article h4 a,
.article h5 a {
	color : #333333 !important;
}
.article h4 {
	font-size : 16px;
	line-height : 1.5;
	margin : 40px 0 10px;
}
.article h5 {
	margin : 40px 0 10px;
}
.article img {
	border : 5px solid #e0e0e0;
	margin : 5px 0;
}
.article p {
	margin-bottom : 20px;
}
.article li {
	margin : 5px 0;
}
.article li:before {
	background : #0bd;
	content : '';
	display : inline-block;
	position : relative;
}
.article iframe{
	border : 5px solid #e0e0e0;
	margin : 10px 0;
	width : 100%;
}




/* ============================== ARTICLE_HEADER ▼▼ */

.article .a_header{
	margin-bottom : 15px;
}
.article .a_header .attr{
	margin : 5px 0;
	overflow : hidden;
	text-align : right;
}
.article .a_header .attr li{
	float : left;
	font-size : 12px;
	line-height : 1.3;
	margin-right : 20px;
}
.article .a_header h1{
	padding : 0 0 30px;
}
.article .a_title{
	color : #333333;
}
.article .a_title:hover{
	color : #cccccc;
	border : none;
}



/* ============================== ARTICLE_BODY ▼▼ */

.article .imgleft{
	float : left;
	margin : 0 20px 10px 0;
}
.article .imgright{
	float : right;
	margin : 0 0 10px 20px;
}
.article .red{
	color : #c00;
}
.article .small{
	font-size : 10.5px;
	line-height : 1.3;
}
.article .a_codearea{
	border : 5px solid #dddddd !important;
	color : #000099;
	font-size : 14px !important;
	margin : 20px 0 !important;
}
.article .a_codearea .a_code{
	font-family : Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace !important;
}



/* ============================== ARTICLE_FOOTER ▼▼ */

.article .a_footer{
	margin-top : 40px;
}
.article .morelink {
	float : right;
	margin-top : 15px;
}
.article a.gototop{
	display : inline-block;
	margin-top : 30px;
}
.article a.rt{
	background : url(images/rt.gif) no-repeat;
	display : inline-block;
	margin : 10px 0 45px;
	padding : 3px 0 0 37px;
}



/* ============================== POSTNAVI ▼ */
/* ============================== POSTNAVI_TAG ▼▼ */


#waenavi_postnavi a {
	display : block;
	border : none;
}



/* ============================== POSTNAVI_CLASS ▼▼ */

#waenavi_postnavi .arrow{
	display : block;
	height : 20px;
	width : 20px;
}
#waenavi_postnavi .next{
	display : block;
	float : right;
	overflow : hidden;
	position : relative;
	text-align : right;
	width : 47%;
}
#waenavi_postnavi .next .arrow{
	float : right;
	margin : 2px 0 0 10px;
}
#waenavi_postnavi .next .navititle{
	float : right;
}
#waenavi_postnavi .navititle{
	width : 88%;
}
#waenavi_postnavi .prev{
	display : block;
	float : left;
	margin-bottom : 30px;
	overflow : hidden;
	position : relative;
	width : 47%;
}
#waenavi_postnavi .prev .arrow{
	float  : left;
	margin : 2px 10px 0 0;
}
#waenavi_postnavi .prev .navititle{
	float : left;
}










/* ============================== おわり ■ */


