@charset "utf-8";
/* base
----------------------------------------------------*/
html {
	font-size: 62.5%;
	line-height: 1.6;
}

body {
	-webkit-text-size-adjust: 100%;
	background: #fff;
	font-family: Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}


/* anchor
---------------------------------------------------*/
a:link,
a:visited {
	color: #d80c18;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #d66363;
	text-decoration: none;
}
a:focus {
	outline: none;
}


/* header
---------------------------------------------------*/
header {
	margin: 0 auto 10px;
	padding: 10px 10px 0;
	box-shadow: 0px 3px 5px rgba(1,1,1,0.1);
  	-webkit-box-shadow: 0px 3px 5px rgba(1,1,1,0.1);
  	-moz-box-shadow: 0px 3px 5px rgba(1,1,1,0.1);
}
#header_nav {
	margin: 0 auto;
	max-width: 760px;
}

header h1 {
	text-align: left;
	float: left;
	margin: 0;
}
header a:hover img {
	filter: alpha(opacity=80);
 	-moz-opacity:0.80;
	opacity:0.80;
}
header a:active img {
	filter: alpha(opacity=100);
 	-moz-opacity:1;
	opacity:1;
}
.nav_social li {
	float: right;
	list-style: none;
	display: inline;
	margin-right: 5px;
}
#header_name {
	clear: both;
	text-align: center;
}
#header_name h2 {
	color: #ce0000;
	font-size: 26px;
	font-size: 2.6rem;
	margin: 0;
	padding: 10px 0 0;
}
#header_name p {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 10px;
}



/* contents
---------------------------------------------------*/
#wrapper {
	text-align: center;
	margin: 30px auto;
	padding: 0 10px 0;
	max-width: 628px;
}

#contents {
	font-size: 14px;
	font-size: 1.4rem;
}
section {
	text-align: left;
}
img#main_img {
	max-width: 100%;
	height: auto;
}

p.entry_header {
	text-align: justify;
	background: #eee;
	margin: -10px auto 90px;
	padding: 25px 20px;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry_date {
	display: block;
	text-align: right;
	font-size: 11px;
	font-size: 1.1rem;
}

#entry_title {
	text-align: center;
	background: #d80c18;
	border-radius: 1em;
	margin: -25px 0 0;
	padding: 0 5px 2px;

}
#entry_title p {
	text-align: center;
	border-bottom: 3px double #ddd;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 15px;

}
#entry_title p span {
	background: #fff;
	border-radius: 5em;
	color: #ff0000;
	font-size: 28px;
	font-size: 2.8rem;
	margin: 0 5px;
	padding: 10px 15px;
}

#entry_title h3 {
	color: #fff;
	font-size: 31px;
	font-size: 3.1rem;
	font-weight: bold;
	text-shadow: -1px 2px 0 rgba(97,1,1,1);
}
#entry_title h3 span {
	font-size: 23px;
	font-size: 2.3rem;
}


p#catch {
	text-align: justify;
	line-height: 1.5;
	background: #fdf3f3;
	border: 3px dotted #fdd9d9;
	padding: 15px 19px;
}


section h4 {
	background: url(../cmnimg/h4.png) no-repeat;
	background-position: left top;
	color: #d80c18;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	margin: 80px 0 5px;
	padding: 0 0 0 25px;
}
section p {
	text-align: justify;
	line-height: 1.8;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 30px 0;
}
h4.txtup {
	margin-top: 50px;
}
blockquote {
	margin-top: 40px;
	margin-right: 0;
	margin-left: 40px;
	margin-bottom: 60px;
}
#prof {
	clear: both;
	margin: 90px 0 50px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
#prof p {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 0;
}
#prof p span {
	color: #d80c18;
}
#prof dt {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#prof dd {
	text-align: justify;
	line-height: 1.4;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	padding: 0 0 20px;
}
img.ph_right {
	float: right;
	padding: 0 0 15px 20px;
}
img.ph_left {
	float: left;
	padding: 0 20px 15px 0;
}
img.ph_center {
	text-align: center;
	margin: 20px auto;
}

#bottom_social {
	float: left;
	display: block;
	margin: 60px 0 50px 130px;
}
.twitter-share-button {
	float: left;
}
div.fb-like {
	float: left;
	padding: 2px 0 0 60px;
}
#bottom_social a:hover img {
	filter: alpha(opacity=80);
 	-moz-opacity:0.80;
	opacity:0.80;
}
#bottom_social a:active img {
	filter: alpha(opacity=100);
 	-moz-opacity:1;
	opacity:1;
}

#ind {
	clear: left;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 50px;
}
#ind th {
	display: block;
	text-align: center;
	background: #d80c18;
	margin: 0 10px 25px 0;
	padding: 9px 8px 4px;
	color: #fff;
	width: 110px;
	height: 30px;
}
#ind td {
	vertical-align: top;
}
#ind td.txt1 {
	padding-top: 10px;
} 

#links {
	border-radius: 0.5em;
	background: #f5f1d9 url(../cmnimg/linksbg.png) no-repeat;
	background-position: bottom right;
	margin: 80px 0 10px;
	padding: 10px 2px 10px;
}

#links h3 {
	margin: 10px 10px 0px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

#links #lead {
    color: #333;
	margin: 5px 12px 20px;
	font-size: 15px;
	font-size: 1.5rem;
}

#links li {
	margin: 0 0 18px 10px;
}

#links li span {
    background: #fff;
    margin-right: 5px;
    padding: 5px 7px;
	font-size: 12px;
	font-size: 1.2rem;
	
}

article {
	border-bottom: 3px double #f5f5f5;
	padding-bottom: 120px;
}

.ph {
	position: relative;
	text-align: center;
}
.ph img {
	border-radius: 0.3em;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	background: #eee;
	border: 1px solid #eee;
	padding: 15px 15px 45px;
}
.ph span {
	margin-top: -40px;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
.ph2 {
	position: relative;
	text-align: center;
}
.ph2 img {
	border-radius: 0.3em;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	background: #eee;
	border: 1px solid #eee;
	padding: 15px 15px 55px;
}
.ph2 span {
	margin-top: -50px;
	line-height: 1.4;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
.ph3 {
	position: relative;
	text-align: center;
}
.ph3 img {
	border-radius: 0.3em;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	background: #eee;
	border: 1px solid #eee;
	padding: 15px 15px 67px;
}
.ph3 span {
	margin-top: -65px;
	line-height: 1.4;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}


#info {
	background: #faebec;
	margin-top: 60px;
	padding: 10px 20px;
}


#pagenav {
	clear: both;
	position: relative;
	margin: 50px 0 120px;
}

#pagenav a.old,
#pagenav a.top,
#pagenav a.new {
	position: absolute;
}

#pagenav a.old {
	left: 0;
}

#pagenav a.top {
	left: 40%;
}

#pagenav a.new {
	right: 0;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
	line-height: 1.4;
    display: block;
    border: 2px solid #d80c18;
	border-radius: 0.5em;
    background-color: #f5f5f5;
    text-align: center;
    color: #d80c18;
	font-size: 12px;
	font-size: 1.2rem;
    text-decoration: none;
    padding: 8px 10px;
}
.pagetop a:hover {
    border: 2px solid #fff;
    background-color: #d80c18;
    color: #fff;
}




/* footer
---------------------------------------------------*/
footer {
	clear: both;
	background: #d80c18;
	margin: 0;
	padding: 10px 20px;
	height: 30px;
}
#footer_nav ul {
	margin: 0;
	padding: 0;
}
#footer_nav li {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
}
#footer_nav li a:link,
#footer_nav li a:visited {
	color: #fff;
	text-decoration: none;
}
#footer_nav li a:hover,
#footer_nav li a:active {
	text-decoration: underline;
}

p.copyright {
	float: right;
	color: #fff;
	margin: 0 10px 0 0;

}


/* 画面の横幅が479pxまで（スマホ用）
---------------------------------------------------*/
@media screen and (max-width:479px){
	#bottom_social {
		clear: left;
		display: block;
		margin: 30px auto 50px;
	}
	.twitter-share-button {
		clear: left;
		display: block;
	}
	div.fb-like {
		clear: left;
		display: block;
		padding: 10px 0 10px 25px;
	}
	#pagenav a.top {
		left: 32%;
	}

}