@charset "UTF-8";

/*------------------------------------------------------------
ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

*{ letter-spacing: 0; }

html{ overflow-y: scroll; }

body,div,ol,ul,li,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,p,blockquote{
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,var,h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }

caption{ text-align: left; }

q{ quotes: none; }

q:before,q:after{
	content: '';
	content: none;
}

a{ text-decoration: none; }

a:hover,
a:active{ outline: 0; }

img{
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
	max-width:100%;
	height:auto;
}

b,strong{ font-weight: bold; }

div{ word-wrap: break-word; }

sub,sup{
	position: relative;
	line-height: 0;
	vertical-align: baseline;
	font-size: 75%;
}
sup{ top: -0.5em; }
sub{ bottom: -0.25em; }

pre,code{
	font-size: 1em;
	font-family: sans-serif;
}

pre{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

form{ margin: 0; }

button,input,select,textarea,optgroup,option{
	margin: 0;
	font-family: sans-serif;
	font-size: 100%;
	vertical-align: baseline;
}

* html button,
* html input,
* html select,
* html textarea{ vertical-align: middle; } /* IE6 */

*+html button,
*+html input,
*+html select,
*+html textarea{ vertical-align: middle; } /* IE7 */

button,input{ line-height: normal; }

* html button,
* html input{ overflow: visible; } /* IE6 */

*+html button,
*+html input{ overflow: visible; } /* IE7 */

textarea{
	overflow: auto;
	vertical-align: top;
}

input[type="text"],textarea{ padding: 2px; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"]{ -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner{
	margin: 0;
	padding: 0;
	border: 0;
}

/*--------------------------------------------------------
レイアウトの初期設定
-------------------------------------------------------*/
body{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.5;
}

table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}

* html table{ border-collapse: collapse; } /* IE6 */
*+html table{ border-collapse: collapse; } /* IE7 */

hr{
	clear: both;
	height: 1px;
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
	color: #ccc;
	font-size: 1.0em;
	line-height: 1.0em;
}
* html hr{ margin: 0 0 1.2em; } /* IE6 */
*+html hr{ margin: 0 0 1.2em; } /* IE7 */

/*------------------------------------------------------------
　USP
-------------------------------------------------------------*/
.usp p {
margin-bottom: 1.5em;
margin-left: 65px;
}

/*------------------------------------------------------------
　関連記事
-------------------------------------------------------------*/
.yarpp-related{
    overflow : hidden;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    margin-bottom: 1.0em;
    padding: 0.3em;
}
 
.related-h,
.related-none-h{
    margin-top: 1.0em;
}
 
.related-post{
    width: 95%;
    margin: 0 auto;
}
 
.related-post ul{
    display: block;
    margin:0;
    list-style: none;
}
 
.related-post ul li{
    display: block;
    min-height: 8.0em;
    margin: 0 0 0.3em 0;
    width: 45%;
}
 
.related-post ul .related-leftlist{
    margin-right: 0.5em;
    float: left;
}
 
.related-post ul .related-rightlist{
    margin-left: 0.5em;
    float: right;
}
 
.related-post ul li img{
    display: block;
    float: left;
}
 
.related-post ul li .meta{
    width: 65%;
    float: left;
    display: inline;
    margin: 0 0 0 10px;
}
 
.related-post ul li .date{
    font-size: 0.8em;
    margin: 0 0 5px 0;
    font-weight: bold;
}
 
.related-post ul li .title{
    width: 100%;
    font-size: 0.9em;
    margin:0; 
    padding:0;
}
 
.related-post ul li .title a{
    color:#333;
    display:block;
    margin:0 0 10px 0;
}

#main-contents p.numb2 {
    font-size: 15px;
    color: #ff0000;
    padding: 0.8em;
    border: 3px solid #ff0000;
}


/*171220 ボタン用CSS追加*/

		.btn001{
			width: 50%;
			height: 60px;
			margin: auto;
			color: #fff;
			background: orange;
			text-align: center;
			box-shadow: 0 6px #502D00;
			font-size: 120%;
			font-weight: bold;
			line-height: 60px;
		}
		.btn001 a,.btn001 a:link,.btn001 a:visited{
			color: #fff;
			text-decoration: none;
			display: block;
		
		}
		.btn001:hover{
			opacity: 0.8;
		}


