/*
 Theme Name: ws1
 Description: ws1
 Author: WebScale
 Author URI: https: //www.w-scale.com
 Version: 1.0
*/


/* ---------------------------------------------------------- */
/*   共通のStyling                         　　　             */
/* ---------------------------------------------------------- */

@media screen and (max-width: 640px) {

html,body {
	width: 100%;
	min-width: 300px;
	margin: 0px;
	padding: 0px;
}

#main-information {
	width: 100%;
	margin-top: 50px;
}	
	
#main-information img {
	max-width: initial;
	position: initial;
	transform: none;
}

#main-information h2 {
	display: none;
}

#main-information ul#sns-icon{
	display: none;
}
	
.left {
	float: none;
}

.right {
	float: none;
}

.fixed-center {
	display: none;
}

.fixed-right {
	display: none;
}

.fixed-left {
	display: none;
}
	
#container {
	width :100%;
}

.nl:before {
	content: '\A';
	white-space: pre;
}

.del {
	display: none;
}


/* 共通：フォント */
h3 {
	font-size: 1.4em;
}

.more p {
	width: 100px;
	right: 0;
	bottom: 0;
}


/* 共通：画像 */
img {
	max-width: 100%;
}


/* 共通：リスト */
dl dt {
	float: none;
}

dl dd {
	padding-left: 0px;
}


/* 共通：表 */
.table1, .table2 {
	width: 95%;
}

.table1 tr th, .table2 tr th {
	display: block;
}

.table1 tr td, .table2 tr td {
	display: block;
}

.table1 tr th {
	width: 100%;
}

.table2 tr th {
	width: 100%;
}


/* 共通：背景設定 */


/* 共通：ヘッダー */
#header {
	position: fixed;
	margin: 0px 0px 0px 0px;
	top: 0;
}


/* 共通：ナビゲーション */
#nav {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10002;
}

.open #global-nav {
	position: fixed;
}
	
/* 共通：フッター */


/* 共通：ホームへ */
#to-top {
	width: 60px;
	height: 60px;
	display: none;
	background-image: url(img/ic_to-top-sp.png);
}


/* ---------------------------------------------------------- */
/*   ページ別Styling                                          */
/* ---------------------------------------------------------- */
/* トップページ */
.contents-inner {
	padding: 10px;
	text-align: center;
}

/*記事詳細*/
#entry {
	width: 96%;
	min-width: inherit;
	margin: 10px 2%;
}

#entry-inner {
	width: 100%;
	background-color: rgba(255,255,255,.8);
	padding: 2px;
}

#entry-inner .entry-contents{
	width: 96%;
	margin: auto;
}

/*審査フォーム*/
#judging-inner {
	width: 96%;
}

#judging-inner table {
	width: 100%;
}

#judging-inner table th,
#judging-inner table td {
	display: block;
	width: 100%;
	border-bottom: none;
}
	
/*応募要項*/
#requirements div {
	width: 96%;
}

#requirements h4 {
	font-size: 1em;
}

#requirements h4 span {
	line-height: 1.2em;
}

#requirements h4 span::after {
	content: '\A';
	white-space: pre;
}

#requirements table th{
	text-align: center;
}

#requirements #index_a table th,
#requirements #index_a table td,
#requirements #index_b table th,
#requirements #index_b table td,
#requirements #index_d table th,
#requirements #index_d table td {
	width: 100%;
	display: block;
}
}
