@charset "shift_jis";
/* CSS Document */

/*アイデアレシピ共通*/
#ideaRecipe_lead {
	width: 100%;
	line-height: 150%;
}
/*アイデアレシピリスト（150512設定）*/
.strongRed {
	font-weight: bold;
	color: #ff0000;
}
.ideaRecipe_list {
	clear: both;
	width: 100%;
	overflow: hidden;
}
.ideaRecipe_list h2 {
	font-size: medium;
}
.ideaRecipe_list h2 a {
	text-decoration: none;
}
.ideaRecipe_list h2 a:hover {
	color: #ff4628;
}
.ideaRecipe_img {
	width: 25%;
	float: left;
	text-align: center;
}
.ideaRecipe_img img {
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 200px;
	height: 150px;
}
.ideaRecipe_overview {
	width: 75%;
	float: left;
	padding-bottom: 1em;
	padding-left:0.5em;
}
.applicantComment {
	margin: 10px 0;
}
.applicantName {
	text-align: right;
	float: right;
}
.applicantName span {
	display: inline-block;
	background-image: url(../parts/list_tip.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 1em;
}
/*アイデアレシピリストここまで*/
/*アイデアレシピページ（150512設定）*/
#ideaRecipe_intro {
	width: 100%;
	overflow: hidden;
}
#ideaRecipe_ingredient {
	width: 50%;
	float: right;
}
#ideaRecipe_mainImg {
	width: 50%;
	float: right;
	text-align: center;
}
#ideaRecipe_mainImg img {
	width: 95%;
	height: auto;
	margin-top: 10px;
	padding: 3px;
	border: 1px solid #CCC;
}
#ideaRecipe_recipe {
	width: 100%;
}
#ideaRecipe_recipe ol {
	list-style: inside decimal;
}
#ideaRecipe_comment {
	width: 100%;
}
/*アイデアレシピページここまで*/
/*応募フォーム（150513設定）*/
/*.entrySheet {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 10px;
}
.entrySheet dt {
	clear: both;
	float: left;
	width: 20%;
	border-top: 1px dashed #CCC;
	padding-top: 5px;
	background-image: url(../../parts/list_tip.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 1em;
}
.entrySheet dd {
	float: left;
	width: 80%;
	border-top: 1px dashed #CCC;
	padding: 5px 0;
}
.entrySheet input[type=text] {
	height: 25px;
}
.entrySheet_btn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	padding: 5px 10px;
}*/
/*赤い米印（employ.cssにもあり）
.spNote:after {
	content: "*";
	color: #f00;
}*/
/*mailform（150526設定）*/
.applicantFormTable {
	width: 100%;
	margin-bottom: 2em;
}
.applicantFormTable th {
	width: 35%;
	text-align: left;
	color: #000000;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.applicantFormTable td {
	width: 65%;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.applicantFormTable td input[type=text] {
	height: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	/*vertical-align:text-bottom;*/
	border: thin solid #999;
}
.applicantFormTable td textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	border: thin solid #999;
}
.applicantFormTable td select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	border: thin solid #999;
}
.applicantFormTable_btn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px 10px;
}
.copyright {
	font-size: smaller;
	margin-top: 3em;
}
.applicantFormTable td form table td {
	width: auto;
	padding: 1em;
}

/*応募フォームここまで*/

@media screen and (max-width:481px) {
/*アイデアレシピリスト（150609設定）*/
.ideaRecipe_img {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ideaRecipe_img img {
	width:100%;
	height:auto;
}
.ideaRecipe_overview {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left:0;
}
.applicantComment {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ideaRecipe_overview a {
	display: block;
	width: 6em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}
.applicantName {
	text-align: center;
	float: none;
}
/*アイデアレシピページ（150609設定）*/
#ideaRecipe_ingredient {
	width: 100%;
	float: none;
}
#ideaRecipe_mainImg {
	width: 100%;
	float: none;
}
/*応募フォーム（150609設定）*/
.applicantFormTable{
	display: block;
	border: none;
}
.applicantFormTable tbody{
	display: block;
}
.applicantFormTable tbody tr {
	display: block;
	margin-bottom: 1.5em;
}
.applicantFormTable tbody th, .applicantFormTable tbody td {
	display: list-item;
	border: none;
	text-align: left;
	list-style-type: none;
	height: auto;
}
.applicantFormTable tbody th {
	width:100%;
	padding:0;
}
.applicantFormTable tbody td {
	width:100%;
	padding:0;
}
input,textarea {
	width:100% !important;
	}
}
