@charset "utf-8";

@import url(reset.css);

/* chrome 印刷用設定 */

body {
-webkit-print-color-adjust: exact;
}

/* common.cssから借用 */

/* 汎用スタイル
----------------------------------------------- */

/* カラー */
.red{ color:#880412; }

/* 配置 */
.left{ text-align:left; }
.right{ text-align:right; }
.center{ text-align:center; }


/* フォント設定
----------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; 
}

/* 書体 */
.nml{ font-weight:normal; }
.bld{ font-weight:bold; }


/* リンク設定
----------------------------------------------- */
a, a:link, a:visited, a:hover{
	color:#880412;
	text-decoration:underline;
}

/* clearfix */
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* オンマウス */
a:hover img.banner {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* 

#col-main a{
	color:#0088CC;
	text-decoration:none;
}

#col-main a:hover{
	color:#0088CC;
	text-decoration:underline;
}

*/

/* 共通レイアウト
----------------------------------------------- */
#page{
	border-top:solid 4px #880412;
}


/* ヘッダ
------------------------------------------------- */
#header{
	background-color:#fff;
	overflow:hidden;
}
#header .head-inner{
	margin:0 auto; padding:0;
	overflow:hidden;
	width:1010px;
	text-align:left;
}
#header .head-inner h1{
	float:left;
	width:348px;
	padding:16px 0;
}

/* サイトマップ～検索 */
#header .head-inner .h-nav1{
	width:540px; height:26px;
	float:right;
	background:url(../images/common/topbar.gif) top right no-repeat;
	overflow:hidden;
}
#header .head-inner .h-nav1 ul{
	float:left;
}
#header .head-inner .h-nav1 ul li{
	list-style-type:none;
	float:left;
	font-size:90%;
}
#header .head-inner .h-nav1 .link{
	margin:4px 0 0 30px;
}
#header .head-inner .h-nav1 .link li{
	background:url(../images/common/arrow.gif) top left no-repeat;
	padding-left:14px;
	margin-right:16px;
}
#header .head-inner .link a:link,#header .head-inner .link a:visited{
	color:#fff;
	text-decoration:none;
}
#header .head-inner .h-nav1 .fontsize{
	background-color:#fff;
	margin:2px 0 0 10px;
	padding: 2px;
	border-radius: 4px; 
   -webkit-border-radius: 4px; 
   -moz-border-radius: 4px;
   color:#880412;
}
#header .head-inner .h-nav1 .fontsize li{
	padding:2px;
}
#header .head-inner .h-nav1 .fontsize .size-s{
	border-left:dashed 1px #880412;
	padding-left:4px;
}
#header .head-inner .fontsize a:link,#header .head-inner .fontsize a:visited{
	color:#880412;
	text-decoration:none;
}
#header .head-inner .h-nav1 .search{
	float:right;
	margin-right:4px;
}
#header .head-inner .h-nav1 .inputField{
	width:100px;
	font-size:12px;
	margin-left:16px;
}
#header .head-inner .h-nav1 .submit{
	background-color:#4d060c;
	color:#fff;
	font-size:12px;
	border-style: none;
}

/* アクセス～早稲田大学 */
#header .head-inner .h-nav2{
	width:600px;
	float:right;
	overflow:hidden;
}
#header .head-inner .h-nav2 ul{
	float:right;
	margin-top:26px;
}
#header .head-inner .h-nav2 ul li{
	list-style-type:none;
	float:left;
	font-size:90%;
	margin-left:20px;
}

/* グランドナビ
------------------------------------------------- */
#gmenu{
	background-color: #262626;
	margin:0 auto 30px auto;

}
#gmenu .top{
	margin:0 auto; padding:0;
	width:1000px;
}
#gmenu .top::after {
	content:"";
	clear:both;
	display:block;
}
#gmenu .top > li{
	border-left:1px solid #383838;
	box-sizing:border-box;
	float:left;
	list-style-type:none;
	position:relative;
	text-align:left;
}
#gmenu .top > li:last-child{
	border-right:1px solid #383838;
}

/* 20170330 追記 */
#gmenu > .top > li > a{
	color:#fff;
	display:block;
	font-size:22px;
	padding:15px 23.7px;
	text-align:center;
	text-decoration:none;
}
#gmenu > .top > li > a::before {
	background:url(../images/common/new-arrow.png) center center no-repeat;
	content: "";
	display: inline-block;
	height:20px;
	margin-right:10px;
	width:20px;
}


/* for ie7 */
.ie7 #gmenu .top li{
	padding:0 auto 12px auto;
	list-style-type:none;
	text-align:left;
	float:left;
	width:200px;
}

#gmenu .sub{
	box-sizing:border-box;
	position:absolute;
	padding:6px 10px 6px 10px;
	background-color:#262626;
	z-index:1100;
	width:100%;
	display:none;
}

/* for ie7 */
.ie7 #gmenu .communication .sub{
	margin:46px 0 0 -182px;
}
.ie7 #gmenu .value .sub{
	margin:46px 0 0 -182px;
}
.ie7 #gmenu .fun .sub{
	margin:46px 0 0 -182px;
}
.ie7 #gmenu .know .sub{
	margin:46px 0 0 -182px;
}
.ie7 #gmenu .about .sub{
	margin:46px 0 0 -182px;
}
.ie7 #gmenu .procedure .sub{
	margin:46px 0 0 -190px;
}

#gmenu .sub li{
	line-height:120%;
	padding:8px 0;
	list-style-type:none;
	text-align:left;
}
#gmenu .sub li.none{
	background:none;
	padding:0;
	margin-top:-6px;
	margin-left:8px;
}
#gmenu .sub li a:link,#gmenu .sub li a:visited{
	color:#fff;
	/* display:block; */
	text-decoration:none;
}
#gmenu .sub li a:hover {
	text-decoration:underline;
}
#gmenu .sub li a:link.blank,#gmenu .sub li a:visited.blank{
	background:url(../images/common/ic-blank-k.png) right 2px no-repeat;
	padding-right:22px;
}

/* 印刷用 */
@media print{
    #main{
        display:table;
    }
    #col-left,#col-main{
    	display:table-cell;
		float:none;
		vertical-align:top;
    }
}

/* pages.cssから借用 */

/* ページ全体
------------------------------------------------- */
body{
	text-align:center;
	font-size:80%;
	background-color:#eee;
}

/* サイズ変更
----------------------------------------------- */
#page.font-size-s #col-main{
	font-size: 85%;
}

#page.font-size-s .top_sec_left{
	height:220px;
}

#page.font-size-s .top_sec_right{
	height:220px;
}

#page.font-size-m #col-main{
	font-size: 100%;
}

#page.font-size-m .top_sec_left{
	height:270px;
}

#page.font-size-m .top_sec_right{
	height:270px;
}

#page.font-size-l #col-main{
	font-size: 116%;
}

#page.font-size-l .top_sec_left{
	height:340px;
}

#page.font-size-l .top_sec_right{
	height:340px;
}

/* サイズ変更(稲門祭カウントダウンページ)
----------------------------------------------- */

#page.font-size-s .countdown_row, #page.font-size-s .countdown_sec{
	height:350px;
}

#page.font-size-m .countdown_row, #page.font-size-m .countdown_sec{
	height:390px;
}

#page.font-size-l .countdown_row, #page.font-size-l .countdown_sec{
	height:480px;
}

#page.font-size-s .countdown_sec_txt{
	height:205px;
}

#page.font-size-m .countdown_sec_txt{
	height:245px;
}

#page.font-size-l .countdown_sec_txt{
	height:335px;
}

/* サイズ変更(稲門祭応援団)
----------------------------------------------- */

#page.font-size-s .s-white, #page.font-size-m .s-white{
	height:160px;
        background:url(/images/toumonsai/yell_msg/msg_ws.png) no-repeat 252px 12px;
	display:block;
}

#page.font-size-l .s-white{
	height:224px;
        background:url(/images/toumonsai/yell_msg/msg_wm.png) no-repeat 252px 12px;
	display:block;
}

#page.font-size-s .m-white, #page.font-size-m .m-white{
	height:224px;
        background:url(/images/toumonsai/yell_msg/msg_wm.png) no-repeat 252px 12px;
	display:block;
}

#page.font-size-l .m-white{
	height:288px;
        background:url(/images/toumonsai/yell_msg/msg_wl.png) no-repeat 252px 12px;
	display:block;
}

#page.font-size-s .l-white, #page.font-size-m .l-white{
	height:288px;
        background:url(/images/toumonsai/yell_msg/msg_wl.png) no-repeat 252px 12px;
	display:block;
}

#page.font-size-l .l-white{
	height:352px;
        background:url(/images/toumonsai/yell_msg/msg_wll.png) no-repeat 252px 12px;
	display:block;
}

#page.font-size-s .xl-white, #page.font-size-m .xl-white{
	height:456px;
        background:url(/images/toumonsai/yell_msg/msg_wxl.png) no-repeat 252px 12px;
	display:block;
}

#page.font-size-l .xl-white{
	height:584px;
        background:url(/images/toumonsai/yell_msg/msg_wxll.png) no-repeat 252px 12px;
	display:block;
}

#page.font-size-s .s-green, #page.font-size-m .s-green{
	height:160px;
        background:url(/images/toumonsai/yell_msg/msg_gs.png) no-repeat 0px 12px;
	display:block;
}

#page.font-size-l .s-green{
	height:224px;
        background:url(/images/toumonsai/yell_msg/msg_gm.png) no-repeat 0px 12px;
	display:block;
}

#page.font-size-s .m-green, #page.font-size-m .m-green{
	height:224px;
        background:url(/images/toumonsai/yell_msg/msg_gm.png) no-repeat 0px 12px;
	display:block;
}

#page.font-size-l .m-green{
	height:288px;
        background:url(/images/toumonsai/yell_msg/msg_gl.png) no-repeat 0px 12px;
	display:block;
}

#page.font-size-s .l-green, #page.font-size-m .l-green{
	height:288px;
        background:url(/images/toumonsai/yell_msg/msg_gl.png) no-repeat 0px 12px;
	display:block;
}

#page.font-size-l .l-green{
	height:352px;
        background:url(/images/toumonsai/yell_msg/msg_gll.png) no-repeat 0px 12px;
	display:block;
}

#page.font-size-s .xl-green, #page.font-size-m .xl-green{
	height:456px;
        background:url(/images/toumonsai/yell_msg/msg_gxl.png) no-repeat 0px 12px;
	display:block;
}

#page.font-size-l .xl-green{
	height:584px;
        background:url(/images/toumonsai/yell_msg/msg_gxll.png) no-repeat 0px 12px;
	display:block;
}


/* メインコンテンツ・左右振り分け
------------------------------------------------- */
#main{
	margin:0 auto; padding:0;
	width:1020px;
	text-align:left;
	overflow:hidden;
	color:#333;
}

#contbox{
	width:1000px;
	margin:10px 0 0 10px;
}

#col-left{
	width:200px;
	float:left;
}

#col-main{
	width:780px;
	float:right;
}


/* 本文
------------------------------------------------- */

/* リスト */
#col-main .box li{
	line-height:180%;
}
#col-main .box ul.ind li{
	list-style-type: none;
	text-indent: -1.2em;
	padding-left: 1.2em;
}

#col-main .box ul.disc li{
	list-style-type: disc;
	margin-left: 22px;
}

/* Wordアイコン */
#col-main .box li.word{
	background:url(../images/common/icon_word.gif) top left no-repeat;
	padding-left:20px;
	float:left;
	margin:0 10px 0 0;
	list-style-type:none;
}

/* PDFアイコン */
#col-main .box li.pdf{
	background:url(../images/common/pdficon_small.gif) top left no-repeat;
	padding-left:20px;
	float:left;
	margin:0 10px 0 0;
	list-style-type:none;
}

/* acrobat reader */
div#acrobat {
	width: 480px;
	text-align:left;
	background-color:#eee;	
	padding:10px;
	margin:10px auto 20px auto;
	clear: both;
}

div#acrobat img {
	margin: 0 15px 0 0;
	float: left;
}

/* ページトップへ */
.pagetop{
	margin:30px 0 30px 0;
	text-align:right;
}

/* 注記欄
------------------------------------------------- */
#col-main .caution{
	border:solid 1px #880412;
	margin:0 0 20px 0;
	padding:10px;
}



/* 以下、稲門祭用に設定したcss */

/* スライドショー部分 */

.slider-wrapper { 
	width: 780px;
	margin-bottom:-30px;
}

/* パンくず・ソーシャルボタン */

.bread{
	width:780px;
	height:23px;
	margin:25px 0 20px 0;
	display:table
}

.bread a{
	color:#556fb5;
	text-decoration:underline;
}

.bread p{
	line-height:20px;
	font-size:12px;
	display:table-cell;
	float:left;
}

.bread span{
	display:table-cell;
	float:right;
}

/* トップページ */

.top_row{
	width:780px;
	clear:both;
}

.top_sec_left{
	width:380px;
	height:260px;
	margin-bottom:20px;
	background-color:#FFFFFF;
	border-radius:10px;
	box-shadow:#cccccc 0px 0px 8px 4px;
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	float:left;
	position:relative;
}

.top_sec_right{
	width:380px;
	height:260px;
	margin-bottom:20px;
	background-color:#FFFFFF;
	border-radius:10px;
	box-shadow:#cccccc 0px 0px 8px 4px;
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	float:right;
	position:relative;
}

.top_sec_img{
	margin:20px 0 0 20px;
	width:125px;
	float:left;
}

.top_sec_txt{
	margin:20px 20px 0 0;
	width:200px;
	float:right;
}

.top_sec_txt h2{
	margin-bottom:15px;
	color:#6b0910;
	font-size:110%;
}

.top_sec_txt p{
	font-size:100%;
	line-height:150%;
}

.top_sec_btn{
	width:200px;
	margin-right:20px;
	position:absolute;
	bottom:20px;
	right:0px;
}

.top_sec_btn p{
	float:right;
	font-size:90%;
	line-height:150%;
	text-decoration:underline;
}

.top_sec_btn img{
	margin-right:10px;
	float:right;
}

/* 稲門祭お知らせ */

#tomonsai_news{
	width:780px;
	margin-bottom:20px;
	box-shadow:#cccccc 0px 0px 8px 4px;
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	background-color:#FFFFFF;
}

#tomonsai_news .news_header{
	width:740px;
	height:22px;
	padding:15px 20px 12px 20px;
	border-top:solid;
	border-top-color:#890412;
	border-top-width:3px;
	border-bottom:dotted;
	border-bottom-color:#999999;
	border-bottom-width:2px;
}

#tomonsai_news .news_header h2{
	line-height:22px;
	font-size:16px;
	letter-spacing:3px;
	font-weight:bold;
	float:left;	
}

#tomonsai_news .news_header p{
	height:22px;
	line-height:22px;
	font-size:12px;
	font-weight:bold;
	width:110px;
	color:#FFFFFF;
	background-color:#890412;
	border-radius:3px;
	float:right;
}

#tomonsai_news .contents{
	width:780px;
	height:178px;
	padding-bottom:10px;
	overflow:auto;
	border:none;
}

#tomonsai_news .news_box{
	margin:10px 0 0 10px;
	width:740px;
	display:table;
}

#tomonsai_news .news_box .thumbnail{
	width:65px;
	padding:0 0 0 10px;
	vertical-align:middle;
	display:table-cell;
}

#tomonsai_news .news_box .thumbnail img{
	width:57px;
	height:50px;
}

#tomonsai_news .news_box .date{
	width:90px;
	vertical-align:middle;
	display:table-cell;
}

#tomonsai_news .news_box .date p{
	font-size:100%;
	font-weight:bold;
	color:#666666;
}

#tomonsai_news .news_box .text{
	width:515px;
	padding:0 0 0 25px;
	background-image:url(/images/toumonsai/detail_icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	vertical-align:middle;
	font-size:100%;
	line-height:150%;
	color:#666666;
	display:table-cell;
}

/* 稲門祭とは,実行委員会組織,過去の稲門祭,参加団体企画申込み,模擬店出店募集,同窓会集合場所,事前盛り上げ,ご協賛のお願い */

/* 申し込みフォームへのリンク */
.btn_link{
	height:30px;
	width:270px;
	margin:15px 0 20px 20px !important;
}
.btn_link.btn_middle{
	width:360px;
	margin:15px 0 20px 20px !important;
}
.btn_link.btn_large{
	width:450px;
	margin:15px 0 20px 20px !important;
}
.btn_link a{
	text-decoration:none;
	background-color:#890412 !important;
	color:#FFFFFF;
	border-radius:3px;
	line-height:30px;
	font-weight:normal;
	font-size:14px;
	text-align:center;
	display:block;
}
.btn_link a:hover{
	opacity:0.7;
}


/* Word書類へのリンク */
.btn_link_word{
	height:30px;
	width:270px;
	margin:15px 0 20px 20px !important;
}
.btn_link_word.btn_middle{
	width:360px;
	margin:15px 0 20px 20px !important;
}
.btn_link_word.btn_large{
	width:450px;
	margin:15px 0 20px 20px !important;
}
.btn_link_word a{
	text-decoration:none;
	background-color:#2b5797 !important;
	color:#FFFFFF;
	border-radius:3px;
	line-height:30px;
	font-weight:normal;
	font-size:14px;
	text-align:center;
	display:block;
}
.btn_link_word a:hover{
	opacity:0.7;
}

/* セカンドページタイトル回り */

.second_bnnr{
	width:756px;
	height:66px;
	margin-bottom:20px;
	padding:12px;
	box-shadow:#cccccc 0px 0px 8px 4px;
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	background-color:#FFFFFF;
}

.second_title{
	height:66px;
	padding-left:25px;
	font-size:26px;
	line-height:66px;
	color:#444444;
	border-left-style:solid;
	border-left-width:3px;
	border-left-color:#890412;
}

.second_mainImg{
	width:720px;
	height:200px;
	margin-left:30px;
}

.second h2{
	margin:30px 0 20px 10px;
	font-size:24px;
	color:#890412;
}

.second h3{
	margin:25px 0 10px 10px;
	font-size:110%;
	font-weight:bold;
}

.second p{
	font-size:100%;
	line-height:150%;
	margin:0 10px 0 10px;
}

.second ul{
	margin:10px 0 10px 20px;	
}

.second ul li{
	font-size:100%;
	line-height:150%;
	list-style-type:none;	
}

/* 記念品・カウントダウンページ用 */

.souvenir_text h2{
	margin:30px 0 20px 10px;
	font-size:24px;
	color:#890412;
}

.souvenir_text h3{
	margin:25px 0 10px 10px;
	font-size:110%;
	font-weight:bold;
}

.souvenir_text p{
	font-size:100%;
	line-height:150%;
	margin:0 10px 0 10px;
}

.souvenir_text ul{
	margin:10px 0 10px 20px;	
}

.souvenir_text li{
	font-size:100%;
	line-height:150%;
	list-style-type:none;	
}

/* 連絡先・締切などの囲み */

.notice{
	width:320px;
	padding:10px;
	margin: 10px 0 10px 20px;
	border:#890412 1px solid;
}

.notice_date{
	width:160px;
	padding:10px;
	margin: 10px 0 10px 20px;
	border:#890412 1px solid;
}

.notice_wide{
	width:480px;
	padding:10px;
	margin: 10px 0 10px 20px;
	border:#890412 1px solid;
}

.notice p, .notice_date p, .notice_wide p{
	font-size:100%;
	font-weight:bold;
}

.support_notice{
	font-weight:bold;
	color:#890412;
}

/* 各ページごとの設定 */

.howto_poster{
	width:228px;
	height:320px;
	margin:25px 0 20px 10px;
	padding:10px;
	box-shadow:#cccccc 0px 0px 8px 4px;
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	background-color:#FFFFFF;	
}

.org_tree{
	margin:30px;
}

.past_table{
	margin:20px 0 0 30px;
	border:solid;
	border-width:1px;
	border-color:#cccccc;
	background-color:#FFFFFF;
	border-spacing:0px;		
}

.past_table th{
	width:120px;
	font-size:100%;
	font-weight:normal;
	line-height:25px;
	border:solid;
	border-width:1px;
	border-color:#cccccc;
	text-align:center;
}

.past_table td{
	width:auto;
	font-size:100%;
	font-weight:normal;
	line-height:25px;
	border:solid;
	border-width:1px;
	border-color:#cccccc;
	padding:0 10px;		
}

.org_table{
	margin:15px 0 0 30px;
	border:solid;
	border-width:1px;
	border-color:#cccccc;
	background-color:#FFFFFF;
	border-spacing:0px;		
}

.org_tr1 td{
	height:50px;
}

.org_tr1 td p{
	line-height:20px;
	text-align:center;
	margin:5px 0 5px 0;
}

.org_tr2 td{
	height:25px;
	line-height:25px;
}

.org_table td{
	width:218px;
	font-size:100%;
	border:solid;
	border-width:1px;
	border-color:#cccccc;
	padding:0 10px 0 10px;		
}

.apply_table{
	margin:15px 0 0 30px;
	border:solid;
	border-width:1px;
	border-color:#cccccc;
	background-color:#FFFFFF;
	border-spacing:0px;		
}

.apply_tr1 td{
	height:25px;
	line-height:25px;
	font-weight:bold;
}

.apply_tr2 td{
	height:65px;
	line-height:20px;
	font-weight:normal;
}

.apply_table td{
	width:218px;
	font-size:100%;
	border:solid;
	border-width:1px;
	border-color:#cccccc;
	padding:0 10px 0 10px;		
}

.support_table{
	margin:15px 0 5px 30px;
	border:solid;
	border-width:1px;
	border-color:#cccccc;
	background-color:#FFFFFF;
	border-spacing:0px;		
}

.support_table td{
	width:218px;
	line-height:25px;
	font-size:100%;
	border:solid;
	border-width:1px;
	border-color:#cccccc;
	padding:0 10px 0 10px;		
}

.support_table_p{
	margin-left:20px;
}

.support_table_p p{
	font-size:100%;
}

/* 諸注意（背景塗りつぶし部分） */

.apply_caution{
	width:700px;
	margin:15px 0 0 30px;
	padding:10px;
	background-color:#d9edf7;
}

.support_caution{
	width:700px;
	margin:15px 0 0 30px;
	padding:10px;
	background-color:#d9edf7;
}

.apply_caution p{
	line-height:180%;
	font-size:100%;
	color:#3399cc;
}

.alumni_caution{
	width:700px;
	margin:15px 0 0 30px;
	padding:10px;
	background-color:#f2dede;
}

.alumni_caution p{
	line-height:180%;
	font-size:100%;
	color:#c15f5d;
}

.preevent_caution{
	width:700px;
	margin:15px 0 0 30px;
	padding:10px;
	background-color:#ccffcc;
}

.preevent_caution p{
	line-height:180%;
	font-size:100%;
	color:#006633;
}

/* 実行委員長あいさつ */
.greeting_cont{
	width:780px;
	height:400px;
	padding:15px 0 0 0;
}

.greeting_left{
	width:165px;
	height:200px;
	margin:0 0 0 10px;
	padding:10px;
	box-shadow:#cccccc 0px 0px 8px 4px;
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	background-color:#FFFFFF;
	float:left;	
}

.greeting_right{
	width:560px;
	height:220px;
	font-size:110%;
	line-height:150%;
	margin:0 10px 0 0;
	float:right;
}

/* 記念品 */

.goods_btn{
	margin:10px 0 0 10px;
	font-size:100%;
	line-height:180%;
}

.goods_row{
	width:760px;
	margin:0 10px 0 10px;
	clear:both;
}

.goods_row section{
	width: 100%;
	background-color:#FFFFFF;
	border-radius:10px;
	box-shadow:#cccccc 0px 0px 8px 4px;
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	display: table;
	margin: 20px auto;
	padding: 20px;
    box-sizing: border-box;
}
.goods_row section figure{
	display: table-cell;
	vertical-align: middle;
}
.goods_row section figure img{
	width:200px;
	height:auto;
}
.goods_row section article {
    display: table-cell;
    line-height: 160%;
    vertical-align: middle;
    padding-left: 20px;
}
.goods_row section article h2 {
    font-size: 110%;
}
.goods_row section article .price {
    font-size: 110%;
    color: #890412;
    margin: 0px 0 8px 0;
    font-weight: bold;
}

.goods_sec_btn {
    background: url(../images/toumonsai/detail_icon.png) no-repeat;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    margin: 12px 0 0px 0;
    padding-left: 25px;
}

/* 稲門祭カウントダウンページ */

.countdown_row{
	width:760px;
	margin:0 0 0 22px;
	clear:both;
}

.countdown_sec{
	width:230px;
	height:430px;
	margin:10px 20px 10px 0px;
	background-color:#FFFFFF;
	border-radius:10px;
	box-shadow:#cccccc 0px 0px 8px 4px;
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	float:left;
}

.countdown_sec_img{
	margin:20px 25px 10px 25px;
	width:180px;
	height:180px;
}

.countdown_sec_txt{
	margin:0 20px 0 20px;
	width:200px;
	height:160px;
}

.countdown_sec_txt h2{
	margin-bottom:5px;
	font-size:110%;
}

.countdown_sec_txt div{
	margin-bottom:5px;
	color:#6b0910;
	font-size:110%;
	font-weight:bold;
}

.countdown_sec_txt p{
	font-size:100%;
	line-height:150%;
}

/* バナーダウンロード・相互リンク */

.bnnr_dl{
	margin:40px 20px 0 20px;
}

.bnnr_dl p{
	margin:5px 0 0 0;
}

.link_table {
width:92%;
margin: 15px auto 15px auto;
border:solid 1px #cccccc;
background-color: #FFFFFF;
border-spacing: 0px;
}
.link_table td {
font-size: 100%;
border:solid 1px #cccccc;
padding: 0 10px 0 10px;
}
.link_tr1{
background-color: #dddddd;
}

.link_tr1 td {
vertical-align: middle;
height: 25px;
font-weight: bold;
}
.link_tr2 td {
vertical-align: middle;
padding:5px;
line-height: 20px;
}

/* 稲門祭応援団 */

.yell{
	width:760px;
        margin:30px 0 40px 0;
	display:block;
}

.s-white{
	height:160px;
        background:url(/images/toumonsai/yell_msg/msg_ws.png) no-repeat 252px 12px;
	display:block;
}

.m-white{
	height:224px;
        background:url(/images/toumonsai/yell_msg/msg_wm.png) no-repeat 252px 12px;
	display:block;
}

.l-white{
	height:288px;
        background:url(/images/toumonsai/yell_msg/msg_wl.png) no-repeat 252px 12px;
	display:block;
}

.xl-white{
	height:456px;
        background:url(/images/toumonsai/yell_msg/msg_wxl.png) no-repeat 252px 12px;
	display:block;
}

.s-green{
	height:160px;
        background:url(/images/toumonsai/yell_msg/msg_gs.png) no-repeat 0px 12px;
	display:block;
}

.m-green{
	height:224px;
        background:url(/images/toumonsai/yell_msg/msg_gm.png) no-repeat 0px 12px;
	display:block;
}

.l-green{
	height:288px;
        background:url(/images/toumonsai/yell_msg/msg_gl.png) no-repeat 0px 12px;
	display:block;
}

.xl-green{
	height:456px;
        background:url(/images/toumonsai/yell_msg/msg_gxl.png) no-repeat 0px 12px;
	display:block;
}

.w-imgbox{
        width:240px;
	float:left;
}

.w-msgbox{
        width:508px;
	float:right;
}

.g-imgbox{
        width:240px;
	float:right;
}

.g-msgbox{
        width:508px;
	float:left;
}

.w-msgbox h3{
        width:460px;
	line-height:24px;
	margin:25px 10px 12px 28px;
	padding:0;
}

.w-msgbox p{
        width:460px;
	padding:0 25px 15px 18px;
}

.g-msgbox h3{
        width:460px;
	line-height:24px;
	margin:25px 25px 12px 18px;
	padding:0;
}

.g-msgbox p{
        width:460px;
	padding:0 30px 15px 10px;
}


/* サイドナビ */

.side{
	width:200px;
	float:left;
	margin:0px 0 30px 0;
}

.sideNavi{
	box-shadow:#cccccc 0px 0px 5px 3px;
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	width:180px;
	padding: 30px 10px 20px 10px;
	margin-bottom:20px;
	background-color:#FFFFFF;
}

.side01{
	margin:30px 0 1px 0;
	background-color:#eeeeee;
}

.side01_box{
	padding:5px 10px 10px 10px;
}

.side01_box img{
	margin:3px 0 3px 0;
}

.side02{
	margin:0 0 1px 0;
	background-color:#eeeeee;
}

.side02_box{
	padding:5px 10px 10px 10px;
}

.side02_box img{
	margin:3px 0 3px 0;
}

.side03{
	width:181px;
	height:32px;
	margin-bottom:3px;
}

.side04{
	width:181px;
	height:32px;
	margin-bottom:20px;
}

#accessMap{
	margin-bottom:20px;
}

.side_fb{
	box-shadow:#cccccc 0 0 5px 3px;
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	width:200px;
	height:300px;
	margin-bottom:20px;
}

.side_fb iframe{
	border:none;
	overflow:hidden;
	width:200px;
	height:300px;
}

.side_bnnr{
	box-shadow:#cccccc 0px 0px 5px 3px;
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	margin-bottom:20px;
}

/* フッター */

.footer{
	height:50px;
	background-color:#6b0910;
	clear:both;
}

.footerCont{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.footerCont p{
	color:#FFFFFF;
	line-height:50px;
	font-size:100%;
}

#footer1{
	float:left;
}

#footer2{
	float:right;
}

#footer3{
	float:right;
	margin-right:20px;
}