@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	background-color:#FFF;
	background-image:url(/clip_site/view/apps/recommend/img/main.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	-webkit-text-size-adjust: 100%;
}
body,td,th {
	font-family:  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	line-height:180%;
}
img {
	border:0;
	max-width:100%;
}
.wide {
	width:800px;
}
h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:120%;
	font-weight:normal;
}
ul,li,ol,p {
	margin:0;
	padding:0;
	list-style:none;
}
ol {
	margin-left:20px;
}
ol li {
	list-style:decimal;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
	text-decoration:underline;
}
#top {
	text-align:center;
}
#wrapper {
	margin:auto;
	padding:0 20px;
	text-align:center;
	box-sizing:border-box;
	width:100%;
	max-width:800px;
	min-width:480px;
	text-align:left;
}

#container {
	margin:0 auto;
	box-sizing:border-box;
	position:relative;	
}
#header {
	padding:30px 0;
	line-height:40px;
	text-align:left;
	position:relative;
}
#header #logo {
	padding-left:35px;
	background-image:url(/clip_site/view/apps/recommend/img/icon_clip.png);
	background-repeat:no-repeat;
	background-position:left center;
	width:200px;
	color:#999;
	font-size:130%;
	font-family:Arial, Helvetica, sans-serif;
}
#footer {
	padding:10px 0;
	text-align:center;
	font-size:10px;
}
h1 {
	margin:50px 0 50px 0;
	font-size:350%;
}
h2 {
	margin:0 0 20px 0;
	font-size:250%;
}
h3 {
	margin:0 0 10px 0;
	font-size:150%;
	line-height:130%;
}
h4 {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
	font-size:180%;
}
br.none {
	display:none;
	visibility:hidden;
}
.ma10 {
	margin-bottom:10px;
}
.ma20 {
	margin-bottom:20px;
}
.ma30 {
	margin-bottom:30px;
}
.ma50 {
	margin-bottom:50px;
}
.small {
	font-size:85%;
	line-height:120%;
}
.red {
	color:#FF0000;
}
.picture {
	width:100%;
	background-color:#DDD;
	text-align:center;
	display:table;
}
.picture p {
	display:table-cell;
	height:300px;
    vertical-align:middle;
    text-align:center;
}
.plugin .float-l {
	margin-right:20px;
	float:left;
}
.plugin .caption {
	overflow:auto;
}
.center {
	text-align:center;
}
.large {
	font-size:180%;
}
.border {
	border:1px solid #999;
}
.school-list {
	margin-bottom:10px;
}
.school-list ul {
	width:46%;
	float:left;
}
ul.float-l {
	margin-right:10px;
}
.school-list li {
	margin:5px 0 0 30px;
	line-height:140%;
	list-style:disc;
	box-sizing:border-box;
}
.indent {
	text-indent:-1em;
	padding-left:1em;
}
.clear {
	clear:both;
}
.clear_after {
	zoom:100%;
}
.clear_after:after {
	content:"";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}


/* SNSボタン */
#share {
	width:100px;
	float:right;
	position:absolute;
	top:-118px;
	right:0;
}
#share a {
	text-align:center;
	width:37px;
	height:36px;
	display:block;
	text-decoration:none;
}
#share a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#share .share-twitter a {
	margin-right: 10px;
	background-image:url(/clip_site/view/apps/recommend/img/icon_twitter.png);
	background-repeat:no-repeat;
	float:right;
}
#share .share-facebook a {
	background-image:url(/clip_site/view/apps/recommend/img/icon_facebook.png);
	background-repeat:no-repeat;
	float:right;
}
.anker li a {
	text-decoration:none;
}
.anker li a:hover {
	text-decoration:underline;
}
.anker li {
	padding-left:1.5em;background-image:url(/clip_site/view/apps/recommend/img/icon_anker.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.tbllist {
	border-collapse:collapse;
}
.tbllist td, .tbllist th {
	padding:10px;
	border:1px solid #999;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
.tbllist th {
	width:30%;
}
.tbllist2 {
	border-collapse:collapse;
}
.tbllist2 td, .tbllist2 th {
	padding:10px;
	width:50%;
	border:1px solid #999;
	vertical-align:top;
	font-weight:normal;
}
.tbllist2 th {
	font-size:130%;
	text-align:center;
}
.section .btn a{
	margin:10px auto 50px;
	padding:20px 0;
	width:96%;
	text-align:center;
	font-size:140%;
	color:#FFF;
	background-color:#3268A0;
	text-decoration:none;
	border-radius:3px;
	box-sizing:border-box;
	display:block;
}
.section .btn a:hover {
	text-decoration:none;
	background-color:#3A7BBC;
}
.section .btn {
	margin:0 auto 20px;
	width:50%;
	box-sizing:border-box;
	text-align:center;
	float:left;
}
.box-half {
	padding:20px;
	width:48%;
	border:1px solid #999;
	box-sizing:border-box;
}
.float-l {
	float:left;
}
.float-r {
	float:right;
}
.box-half p, .box p {
	font-size:150%;
	line-height:130%;
	font-weight:bold;
}
.box {
	margin:auto;
	padding:20px;
	width:100%;
	border:1px solid #999;
	box-sizing:border-box;
}
.picture-l {
	margin-right:20px;
	width:350px;
	float:left;
	display:block;
}
.picture-r {
	overflow:auto;
}
.section th {
	width:30%;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}
.creators li {
	margin-bottom:10px;
	width:100px;
	font-size:10px;
	text-align:center;
	float:left;
}
a.btn-normal,
div.btn-normal a {
	margin:0 auto;
	padding:10px 0;
	width:280px;
	color:#FFF;
	background-color:#AAA;
	text-decoration:none;
	border-radius:3px;
	text-align:center;
	display:block;
}
a.btn-small {
	padding:5px 0;
	width:150px;
	color:#FFF;
	background-color:#AAA;
	text-decoration:none;
	border-radius:3px;
	text-align:center;
	display:block;
}
a.btn-highlight {
	margin:0 auto;
	padding:20px 0;
	width:80%;
	color:#FFF;
	background-color:#FF931E;
	border-radius:3px;
	text-decoration:none;
	font-size:180%;
	text-align:center;
	display:block;
}
a.btn-more {
	margin:10px auto 0;
	padding:20px 0;
	width:100%;
	font-size:170%;
	font-weight:normal;
	color:#FFF;
	background-color:#FFA600;
	text-decoration:none;
	border-radius:3px;
	text-align:center;
	display:block;
}
.box a.btn-more {
	width:80%;
}
a:hover.btn-normal, a:hover.btn-small, a:hover.btn-highlight,a:hover.btn-more, div.btn-normal a:hover {
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
@media screen and (max-width: 640px) {
	h1 {
		margin-bottom:30px;
		font-size:250%;
	}
	h2 {
		font-size:200%;
	}
	br.none {
		display:block;
		visibility:visible;
	}
	br.del {
		display:none;
		visibility:hidden;
	}
	a.btn-highlight {
		width:100%;
	}
	.section .btn {
		width:100%;
		float:none;
	}
	.section .btn a {
		width:100%;
	}
	.float-l, float-r {
		float:none;
	}
	.box-half, .box {
		margin-bottom:10px;
		width:100%;
	}
	.box-half p, .box p {
		font-size:150%;
	}
	.picture-l {
		margin:0 0 10px 0;
		width:100%;
		float:none;
	}
	.picture-l img, .picture-r {
		width:100%;
	}
	.creators li {
		margi-bottom:0;
		width:20%;
	}
	.creators li img {
		border-right:1px solid #FFF;
		border-left:1px solid #FFF;
	}
	.section .artist {
		font-size:70%;
	}
}
