body {
	width:  100%;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	background-color: #FFF;
	color: #333333;
	padding: 0;
	margin: 0;
}

.clear {clear: both;}
.f_left {float: left;}
.f_right {float: right;}
img {    border-style:none;}
a img {    border-style:none;}

a.alpha:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

a:link {	color: #2391b0; text-decoration: none;}
a:visited {	color: #2391b0;}
a:hover {	color: #e66517;}

.center {	text-align: center;}

/* 文字装飾系 */
.bold {	font-weight:bold; }

/* padding/margin系 */
.mt-2 {margin-top: 2px;}
.mt-4 {margin-top: 4px;}

.mr-5 {margin-right: 5px;}
.mr-20 {	margin-right: 20px;}

.p-5 {	padding: 5px;}

.pl-5 {	padding-left: 5px;}
.pl-10 {	padding-left: 10px;}
.pl-50 {	padding-left: 50px;}


.pt-10 {	padding-top: 10px;}
.pt-20 {	padding-top: 20px;}
.pt-30 {	padding-top: 30px;}
.pt-40 {	padding-top: 40px;}
.pt-50 {	padding-top: 50px;}
.pt-100 {	padding-top: 100px;}

.pb-10 {	padding-bottom: 10px;}
.pb-20 {	padding-bottom: 20px;}
.pb-30 {	padding-bottom: 30px;}
.pb-50 {	padding-bottom: 50px;}
.pb-100 {	padding-bottom: 100px;}

.pb-1000 {	padding-bottom: 1000px;}


/* 共通 */
#wrapper {
	width: 100%;
}

.contents {
	width: 960px;
	margin: 0 auto;
}

.cont-box-half {
	display: inline-block;
	/display: inline;  /* IE用ハック */
	/zoom: 1;  /* IE用ハック */
	width: 47%;
	vertical-align: top;
}

.cont-box-pics {
	display: inline-block;
	/display: inline;  /* IE用ハック */
	/zoom: 1;  /* IE用ハック */
	width: 500px;
	vertical-align: top;
}

.cont-box-right {
	display: inline-block;
	/display: inline;  /* IE用ハック */
	/zoom: 1;  /* IE用ハック */
	width: 450px;
	vertical-align: top;
}



h2 {
	text-align: center;
	background-image: url("../images/title_bg.png");
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 60px;
	width: 481px;
	padding-top: 16px;
	font-family: 'Courier New', Courier, monospace;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	color: #221815;
	margin-bottom: 0;
}

.cont-text_01 {
	font-size: 14px;
	color: #333;
	line-height: 160%;
}

.cont-text_02 {
	font-size: 16px;
	color: #333;
	line-height: 160%;
}

.cont-text_03 {
	font-size: 12px;
	color: #333;
	line-height: 160%;
}

.cont-text_04 {
	font-size: 18px;
	color: #333;
	line-height: 160%;
}


/* button */

.button {
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:8px 0 10px;
	color: #fff;
	background-color:#666666;
	border-radius:5px;
}

.b_moremovies {
	width:300px;
	font-family: 'Courier New', Courier, monospace;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	margin-left: 330px;
}

a.button {
	color: #fff;
}

a.button:hover {
	color: #333;
	background-color:#e3e548;	
}



/* header */
#header {
	width: 100%;
	min-height: 200px;
}

section#whatissc {}
section#howtomake {}
section#workshop_etc {}

.cont_pics {
	width: 480px;
	min-height: 320px;
}


/* footer */


/* PAGE TOP */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
}

#page-top a {
    background: #999;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 3px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #1ea171;
}



/* SNSボタン */

.sns_buttons {
	left: 200;
	bottom: 20px;
    position: fixed;
    z-index: 999;
    width: 400px;
}
