﻿/* サイトの基本情報 */
body {
	font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;/* 左のフォントから優先的に選ばれる一番使いたいのを一番左に */
	font-size: 16px;
	width:1120px;
	-webkit-text-size-adjust: 100%;
	margin-right: auto;
	margin-left : auto;
	color: #000;
	text-align: center;
	background-image: 
		url(picture/back/backpicture.jpg),
		url(picture/back/backline.jpg),		
		url(picture/back/footer.jpg),	
		url(picture/back/backtile.jpg);
	background-position:
		center top,
		left top,
		left bottom,
		left;		
	background-repeat: 
		no-repeat,
		repeat-x,
		repeat-x,
		repeat;
}

/* サイトの幅と分割時の幅 */
#wrapperall{
	float: left ;
	width: 1120px;
}
#wrappermain{
	float: left ;
	width: 760px;
}
#wrappersub{
	float: left ;
	width: 360px;
}
#wrapperbox{
	float: left ;
	width: 560px;
}	

	

/* メニューバー設定 */
#menu {
	font-family: 'Cinzel', serif;
	font-size:24px;
	width:100%;	
	padding:0;
	margin:0;
	list-style-type: none;
}
#menu li {
	width: 160px;
	float: left;
	padding:0;
	margin:0;
	text-align:center;
}
#menu li a {
	width:auto;
	color:#fff;
	padding:10px 0;
	text-decoration:none;
	display:block;
}
#menu li a:hover {
	color:#eeeeee;
	text-shadow:#F7E8E8 0 0 5px;
}

/* フッター設定 */
#footer {
	text-align: center;
	margin: 15px;
	float : left ;
	width : 1120px ;
	}
	
hr {/* 水平線設定 */	
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}

/* 見出し */

h1 {/* リボン見出しメイン */
	font-family: 'Architects Daughter', cursive;
	font-size: 24px;
	position: absolute;
	width: 391px;
	height: 94px;
	background: url(picture/back/ribbon.png) no-repeat;
	margin: 10px 10px 10px -50px;
	padding-top: 3px;
	color: #fff;
	text-shadow: 2px 2px 0 #000
}
h2 {/* リボン見出しサブ */
	font-family: 'Architects Daughter', cursive;
	font-size: 24px;
	position: absolute;
	width: 360px;
	height: 94px;
	background: url(picture/back/ribbon2.png) no-repeat;
	margin: 10px 0px 10px 0px;
	padding-top: 3px;
	color: #fff;
	text-shadow: 2px 2px 0 #000
}

h3 {/* 小見出し */
	padding: 0.3em;
	color: #494949;
	background-color: rgba(234,194,71,0.5);
	border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}



#headbox{/* ヘッダーYoutube */
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow:1px 1px 6px 0px #ccc;
    -moz-box-shadow:1px 1px 6px 0px #ccc;
    -webkit-box-shadow:1px 1px 6px 0px #ccc;
    -o-box-shadow:1px 1px 6px 0px #ccc;
    margin: 15px 0px 46px 20px;
    padding: 10px 10px 10px 10px;
    position: relative;
    z-index: 0;
	height:225px;
	width: 400px;
}
#headbox:after{
    background-color: #d9ccb3;
    background-image: linear-gradient(45deg, #dfd4be 25%, transparent 25%, transparent 75%, #dfd4be 75%, #dfd4be), linear-gradient(45deg, #dfd4be 25%, transparent 25%, transparent 75%, #dfd4be 75%, #dfd4be);
    background-position: 0 0, 12px 12px;
    background-size: 24px 24px;
    border-left: 2px dotted rgba(255,255,255,0.9);
    border-right: 2px dotted rgba(255,255,255,0.9);
    box-shadow: 0 0 5px rgba(255,255,255,0.5);
    content: 'New!';
    display: block;
    margin: 0 0 10px 0;
    padding: 5px 20px;
    color: #000;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 20px;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}

#headsns{/* ヘッダーSNS */
	height: 90px;
	text-align: right;
	margin-right : 5px;
}

.box1 {/* 斜め縞ボックス */
    padding: 10px 10px 10px 10px;
    margin: 20px 8px 8px 8px;
	text-align: left;
    color: #000;
    background: -webkit-repeating-linear-gradient(-45deg, #f9eed0, #f9eed0 3px,#f2e7c9 3px, #f2e7c9 7px);
    background: repeating-linear-gradient(-45deg, #f9eed0, #f9eed0 3px,#f2e7c9 3px, #f2e7c9 7px);
    border-bottom: solid 6px #A7532F;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
	flex-wrap: wrap;
}
.box1 p {
    margin: 0; 
    padding: 0;
}