@charset "utf-8";
/* CSS Document */

/*全ページ共通 */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */
body {
	margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary
	{
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,canvas,progress,video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not ([controls] ) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],template {
	display: none;
}
/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,a:hover {
	outline: 0;
}
/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	padding: 0;
	margin: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not (:root ) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,input,optgroup,select,textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,html input[type="button"], /* 1 */ input[type="reset"],input[type="submit"]
	{
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button
	{
	height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration
	{
	-webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}
/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,th {
	padding: 0;
}
/* deco
   ========================================================================== */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	color: #1e2022;
	background: url(images/common/back.jpg) repeat;
}

p {
	margin: 0;
	font-size: 11pt;
	color: #666666;
	line-height: 1.8;

}

ul,dl {
	padding: 0;
	margin: 0;
	list-style:none;
}

li,dt,dd {
	padding: 0;
	margin: 0;
}

a:link {
	color: #669900;
}

a:visited {
	color: #669999;
}

a:active {
	color: #ff6633;
}

a:hover {
	text-decoration: underline;
	color: #39f;
}

.clear {
	display: inline-block;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clear {
	height: 1%;
}

.clear {
	display: block;
}

.none,.hidden {
	display: none;
}


/* layout
   ========================================================================== */
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}

#header {
	margin-bottom: 0px;
}

#header_con {
	overflow: hidden;
}

#content {
	padding: 0 20px 0;
	margin: 0 0 40px;
}

#main {
	width: 800px;
	padding: 0;
	margin: 0 auto 50px;
	font-size: 11pt;
	color: #666666;
	line-height: 1.7;
}

body.home #main {
	float: left;
	width: 660px;
	padding: 0 0 0 10px;
}

body.english_info #main {
	width: 850px;
	padding: 0;
}
body.single-format-standard #main {
	width: 792px;
	padding: 0;
}
#leftSide {
	float: left;
	width: 280px;
	padding: 0 0 0 10px;
	margin-bottom: 30px;
}

#leftSide ul li {
	padding: 0 0 7px;
}

#footer {
	clear: both;
	overflow: hidden;
	padding: 35px 50px 0;
	height: 260px;
	background: #FCF5E3;
}
/* header
----------------------------------*/
#logo_con {
	float: left;
		padding: 0;
	margin: 0;
}
#header h1 {
font-weight:normal;
		padding: 0;
	margin: 0;
}
#header h1 a {
display:block;
		padding: 0;
	margin: 0;
	width:294px;
	height:72px;
}


#header .logo {
	width: 294px;
	height: 72px;
}

#header_con p {
	padding: 14px 0 2px 8px;
	margin: 0;
	font-size: 9pt;
	color: #666666;
	line-height: 1.5;
}

#subnav {
	display: block;
	width: 400px;
	float: right;
}

#subnav ul {
	padding-right: 6px;
}

#subnav li {
	text-align: right;
	overflow: hidden;
	padding: 0;
}

#subnav li.english_btn {
	padding-right: 16px;
	padding-bottom: 2px;
}

#subnav ul li ul {
	overflow: hidden;
	padding: 0 0 5px;
	height: 1%;
}

#subnav ul li ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
/* footer
----------------------------------*/
.copyright {
	width: 224px;
	float: left;
	padding-top: 10px;
}

.footer_link {
	width: 245px;
	float: left;
}

.footer_link ul {
	margin: 0 0 0 60px;
}

.footer_link ul li {
	font-size: 14px;
	font-weight: bold;
	line-height: 2.5;
	padding: 0;
}

.footer_link ul li a {
	color: #663333;
	text-decoration: none;
}

.footer_link ul li a:hover {
	color: #993300;
}

.footer_contact {
	width: 400px;
	float: left;
}

.footer_contact h3 {
	font-size: 14px;
	color: #663333;
	line-height: 1.5;
	margin: 10px 0 0 0;
}

.footer_contact ul {
	margin-bottom: 15px;
	list-style: disc;
	padding: 0;
}

.footer_contact ul li {
	padding: 0;
	text-indent: -5px;
	margin-left: 15px;
}

.footer_contact li,.footer_contact p {
	font-size: 11px;
	color: #663333;
	line-height: 1.7;
	font-weight: 100;
}
/* navi
   ========================================================================== */
#gnav_con ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 0;
}

#gnav_con ul li {
	display: block;
	float: left;
	line-height: 0;
}

#gnav_con ul li a {
	display: block;
	padding: 0;
	margin: 0;
	height:59px;
}
#gnav_con ul li.nav01 a {
	width: 185px;
	background: url(images/common/about_off.jpg) repeat;
}

#gnav_con ul li.nav02 a {
	width: 116px;
	background: url(images/common/news_off.jpg) repeat;
}

#gnav_con ul li.nav03 a {
	width: 145px;
	background: url(images/common/course_off.jpg) repeat;
}

#gnav_con ul li.nav04 a {
	width: 184px;
	background: url(images/common/media_off.jpg) repeat;
}

#gnav_con ul li.nav05 a {
	width: 85px;
	background: url(images/common/recipe_off.jpg) repeat;
}

#gnav_con ul li.nav06 a {
	width: 174px;
	background: url(images/common/council_off.jpg) repeat;
}

#gnav_con ul li.nav07 a {
	width: 111px;
	background: url(images/common/report_off.jpg) repeat;
}
/*#gnav_con ul li.nav07 a {
	width: 111px;
	background: url(images/common/classroom_off.jpg) repeat;
}*/

#gnav_con ul li.nav01 a:hover {
	width: 185px;
	background: url(images/common/about_on.jpg) repeat;
}

#gnav_con ul li.nav02 a:hover {
	width: 116px;
	background: url(images/common/news_on.jpg) repeat;
}

#gnav_con ul li.nav03 a:hover {
	width: 145px;
	background: url(images/common/course_on.jpg) repeat;
}

#gnav_con ul li.nav04 a:hover {
	width: 184px;
	background: url(images/common/media_on.jpg) repeat;
}

#gnav_con ul li.nav05 a:hover {
	width: 85px;
	background: url(images/common/recipe_on.jpg) repeat;
}

#gnav_con ul li.nav06 a:hover {
	width: 174px;
	background: url(images/common/council_on.jpg) repeat;
}

#gnav_con ul li.nav07 a:hover {
	width: 111px;
	background: url(images/common/report_on.jpg) repeat;
}
/*#gnav_con ul li.nav07 a:hover {
	width: 111px;
	background: url(images/common/classroom_on.jpg) repeat;
}*/

#gnav_con ul li a span {
	display:none;
}
/* font
   ========================================================================== */
span.small {
	font-size: 9pt;
	line-height: 1.2;
	text-align: left;
}

#main p .small {
	font-size: 9pt;
	color: #666666;
	line-height: 1.2;
	text-align: left;
}
span.font2 {
	font-size: 12pt;
	line-height: 1.2;
	text-align: left;
}
span.fontB {
font-weight:bold;
}
span.smallbr {
font-size: 11px;
color: #633;
line-height: 1.7;
font-weight: bold;
}
span.att {
	color: #cc6699;
}

span.att02 {
	color: #8c3f3f;
}

.txtr {
	text-align: right;
}

.imgr {
	float: right;
	margin-left: 5px;
}
.imgc {
text-align:center;
}

.imgl {
	float: left;
}

.clear {
	clear: both;
}

.txt_info {
	padding: 0 20px;
}
h2 {
padding:0 0 15px 0;
margin:0;
}
/* top
   ========================================================================== */
/* トップページ　メイン画像
----------------------------------*/
#main_img_Con {
	width: 100%;
	margin: 0 auto;
}

#main_img {
	
}
.news_single_sns {
		width:340px;
	height: 43px;
	overflow:hidden;
	padding-top:20px;
	padding-left:660px;
}
#sns {
	width:340px;
	height: 43px;
	overflow:hidden;
	padding-top:20px;
	padding-left:660px;
}
.tw {
	width:90px;
	float:left;
}
.fb {
	width:150px;
	float:left;
}
.g1 {
	width:100px;
	float:left;
}
.main_banner {
	margin-bottom: 22px;
	text-align: center;
}

.go_to_top {
	height: 30px;
	text-align: right;
	clear: both;
	font-size: 9pt;
}
.line {
border-top: 1px dashed #663300;
padding-top:10px;
}
/* トップページ　新着情報
----------------------------------*/
.news_con {

}
.news_box {
	background: url(images/news/news_line.jpg) no-repeat bottom;
	overflow: hidden;
	padding-bottom: 15px;
}
body.home .news_box {
	background: url(images/top/news_line2.jpg) no-repeat bottom;
	overflow: hidden;

}
.news_day {
	float: left;
	width: 100px;
	margin-left: 30px;
	font-weight: bold;
	text-align: left;
	padding: 0;
}

body.home .news_txt_con {
	float: left;
width:500px;
	margin-bottom: 0;
}

.news_txt_con {
	float: left;
width:650px;
	margin-bottom: 15px;
}
.activity_thumb {
	float: left;
	width: 160px;
	margin-left: 20px;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 0;
}
.activity_txt_con {
	float: left;
width:500px;
	margin-bottom: 15px;
}

.news_icon {
	font-weight: bold;
	color: #cc6600;
}

.news_txt {
	padding-left: 2px;
}

.arrow {
	text-align: left;
	padding-left: 20px;
}

.arrow a {
	background: url(images/news/news_yazirusi.jpg) no-repeat;
	padding-left: 15px;
	font-size: 9pt;
}
/* 新着情報詳細ページ
----------------------------------*/
.news_single_content {
	overflow:hidden;
}
#main .news_single_title {
	background: url(images/news/news_line2.jpg) repeat-x bottom;
	padding:0 0 20px 0px;
	font-size: 12pt;
  color: #8c3f3f;
}
.news_single_day {
	text-align:right;
	padding:0 0 10px;
}

.news_single_content .alignleft {
	padding:0 20px 10px 0;
	float:left;
}
.news_single_content .alignright {
	padding:0 0 10px 20px;
	float:right;
}
/* トップページ　コンテンツ
----------------------------------*/
#company {
	clear: both;
	width: 800px;
	margin: 0 auto;
}

#greeting {
	overflow: hidden;
	padding: 30px 0 0 0;
	margin-bottom: 20px;
}

#greeting_txt {
	float: right;
	width: 500px;
}

#greeting_txt h2 {
	padding: 0;
}

#greeting_txt p {
	font-size: 11pt;
	color: #666666;
	margin-left: 20px;
	margin-right: 0px;
	line-height: 1.8;
	width: 480px;
}

#greeting_img {
	float: left;
	width: 300px;
	padding-top: 30px;
}

#business {
	padding-top: 45px;
	margin-bottom: 10px;
}

#business h2 {
	padding: 0;
	margin: 0;
}

#business ul {
	padding: 0 0 0 20px;
	margin-bottom: 10px;
}

#business ul li {
	font-size: 11pt;
	color: #666666;
	line-height: 1.7;
	text-align: left;
	list-style: disc;
	text-indent: -5px;
}

#information {
	margin-bottom: 30px;
}

.table_info {
	width: 700px;
	border-collapse: collapse;
	background: #ffcc99;
	margin: 0 auto;
	font-size: 11pt;
	line-height: 1.5;
	text-align: left;
}

.table_info th {
	width: 130px;
	padding: 12px;
	color: #8c3f3f;
	background-color: #fff7e5;
	border: 2px solid #FFCC99;
}

.table_info td {
	padding: 12px;
	background-color: #fff;
	border: 2px solid #FFCC99;
}

.table_info a {
	text-decoration: none;
}

.table_info a:hover {
	color: #669900;
}
/* footer
/* about
   ========================================================================== */
#main h1 {
	padding: 0 0 15px;
	margin: 0;
}

body.home #main h2 {
	padding: 0;
}

#main h3 {
	padding: 0 0 15px;
	margin: 0;
}
/* course
   ========================================================================== */
#course_con {
	width: 740px;
	padding: 0;
	margin: 0 auto 50px;
}
#course_con p {
}
#course_main_banner {
	margin-bottom: 80px;
}

.course_box {
	overflow: hidden;
	margin-bottom: 50px;
}
.course_box ul {
}
.course_box ul.user li {
list-style: disc;
text-indent: -5px;
margin-left: 25px;
}

dl.materials {
	float: left;
	width: 370px;
	padding-left: 15px;
}

dl.materials dt {
	color: #cc6699;
	font-weight: bold;
}

dl.materials dd {
	margin-bottom: 20px;
}

dl.problem {
	width: 740px;
	display: table;
}

dl.problem dt {
	display: table-cell;
	vertical-align: top;
	padding: 0 15px 15px 0;
}

dl.problem dd {
	display: table-cell;
	text-align: left;
	width: 500px;
}

dl.flow {
	padding: 0 20px;
}

dl.flow dt {

}

dl.flow dd {
	padding-bottom: 20px;
}

dl.price {
	padding: 0 20px;
	display: table;
}

dl.price dt {
	padding-bottom: 5px;
	font-weight: bold;
}

dl.price dd {
	padding-bottom: 20px;
	padding: 0 0 20px 65px;
}

.member {
	margin: 20px 20px 0;
	padding: 15px 0;
	border-top: #333333 dashed 1px;
	border-bottom: #333333 dashed 1px;
}

.member ul {
	list-style: disc;
	padding-top: 10px;
}

.member ul li {
	font-size: 9pt;
	margin: 0 0 5px 15px;
	text-indent: -5px;
}

h4 {
	font-size: 9pt;
	color: #666666;
	line-height: 1.5;
	margin: 0 0 5px;
	padding: 0;
}

dl.diploma {
	padding: 20px 0 0 0;
}

dl.diploma dt {
	font-size: 11pt;
}

dl.diploma dd {
	padding-bottom: 20px;
}

dl.application {
	padding: 0;
}

dl.application dt {
	font-weight: bold;
	color: #8c3f3f;
}

dl.application dd {
	padding-bottom: 30px;
}

dl.application dd.line {
	border-bottom: #333333 dashed 1px;
	margin-bottom: 20px;
}
.fontP {
    color: #cc6699;
    line-height: 1.5;
	}
.master_list dt {
	color:#cc6699;
	font-weight: bold;
	font-size: 11pt;
}
.master_list dd {
margin-bottom:30px;
}
/* council
   ========================================================================== */
#council_con {
	padding: 0 30px;
}

#council_message {
	background: url(images/news/news_line.jpg) no-repeat bottom;
	padding-bottom:20px;
}

#council_main_banner {
	margin-bottom: 15px;
}

#council_con p {
	padding: 0 0 25px;
}

.council_box {
	background: #FEF7ED;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 5px;
}

#council_con .council_box h3 {
	font-size: 12pt;
	display: block;
	height: 20px;
	padding: 15px 0 20px 10px;
	background: url(images/council/council_iin_line.jpg) repeat-x bottom;
	color: #8c3f3f;
	margin: 0;
}

.council_box .council_thum {
	float: left;
	width: 150px;
	padding: 0 5px 0 15px;
}

.council_box .council_dic {
	float: left;
	width: 550px;
	padding: 0 8px 0 10px;
}
/* recipe
   ========================================================================== */
/* 新着レシピ
----------------------------------*/
#recipe_messeage {
	display: table;
	padding-bottom: 40px;
}

#main #recipe_messeage #recipe_mess_txt h1 {
	padding: 0;
	height: 89px;
	margin: 0;
}

#recipe_messeage #recipe_mess_txt {
	display: table-cell;
	width: 466px;
	vertical-align: top;
}

#recipe_messeage #recipe_mess_thum {
	display: table-cell;

}

.recipe_new_con {
	overflow: hidden;
}

.recipe_con {
	overflow: hidden;
	width: 540px;
	float: right;
}

.recipe_archive_con {
	overflow: hidden;
	float: none;
}
.news_recipe_archive_con {
    background: transparent url("images/news/news_line.jpg") no-repeat scroll center top;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 15px;
}
.news_recipe_archive_con h3 {
font-size: 12pt;
color: #8C3F3F;
line-height: 1.5;
text-align: center;
}
.recipe_box_con {
background: transparent url("images/news/news_line.jpg") no-repeat scroll center bottom;
overflow: hidden;
padding-bottom: 45px;
margin-bottom:15px;
}
#main .recipe_new_con .recipe_con h2 {
	padding: 0;
	height: 42px;
	margin: 0;
}

#main .recipe_new_con .recipe_con p.recipi_news {
	background: url(images/news/news_line.jpg) repeat-x bottom;
	padding: 0 0 20px;
	text-align: center;
	font-weight: bold;
}

.recipe_box {
	float: left;
	padding: 6px;
}

.recipe_thum {
border:1px solid #669999;
margin:0 0 15px 0;
}
.recipe_thum a {
	display: block;
	padding: 0;
	height: 188px;
	margin: 0;
}

.recipe_txt {
	height: 70px;
}

.recipe_line {
	display: block;
	height: 15px;
	border-bottom: 1px dashed #660000;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin: 1em 10px;
	padding: 0;
	clear: both;
}

.recepe_banner_con {
	float: left;
}

#main .recipe_new_con .recepe_banner_con h3 {
	padding: 0;
}
/* レシピ詳細ページ
----------------------------------*/
#main .recipe_title, #main h1.page_title {
	background: url(images/recipe/recipe_h1.jpg) no-repeat;
	padding: 5px 10px 3px 45px;
	color: #ED743D;
	font-weight: bold;
	font-size: 17pt;
	line-height: 1.5;
	height: 50px;
}

.recipe_main {
	display: table;
	width: 96%;
	padding: 2%;
}

.recipe_single_thum {
	width: 40%;
	display: table-cell;
}

.recipe_ingredients {
	display: table-cell;
	vertical-align: top;
	width: 56%;
}

#main .recipe_main .recipe_ingredients h2 {
	font-size: 12pt;
	padding: 5px 15px;
	margin: 0 0 10px;
	border-left: 5px solid #ED743D;
	background-color: #FFDE75;
}

.recipe_material_list {
	padding: 15px;
	border: 1px solid #ED743D;
}

.recipe_material_list dl {
	list-style: none;
	overflow: hidden;
}

.recipe_material_list dl dt {
	width: 30%;
	padding: 0 0 10px;
	float: left;
}

.recipe_material_list dl dd {
	padding: 0 0 10px;
	float: left;
	width: 70%;
}


#wrapper #main_con #main .recipe_flow h2 {
	font-size: 12pt;
	padding: 5px 15px;
	border-left: 5px solid #ED743D;
	background-color: #FFDE75;
}
.recipe_flow {
	margin-bottom: 20px;
	}
.recipe_flow dl {
	padding: 0 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ED743D;
	counter-reset: number; /* 名前を付けたカウンターをリセット */
	list-style: none;
	overflow: hidden;
}

.recipe_flow dl dt {
	width: 200px;
	padding-top: 10px;
	vertical-align: top;
	float: right;
	clear: both;
	border-top: 1px dashed #ED743D;
}

.recipe_flow dl dd:before { /* カウンタ（数字になる部分） */
	counter-increment: number; /* 任意の名前を付けて！ */
	content: counter(number); /* 名前を付けたカウンターを呼び出し */
	/* 色を変えたり、背景画像を敷いたり！自由自在！ */
	background: #ED743D;
	width: 20px;
	height: 15px;
	margin-right: 4px;
	line-height: 1.0;
	padding: 2px 5px 3px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	top: 8px;
}

.recipe_flow dl dd {
	padding: 5px 35px;
	float: right;
	width: 530px;
	border-top: 1px dashed #ED743D;
	position: relative;
}

.recipe_flow dl dd.noimg {
	clear: both;
	width: 740px;
	min-height: auto;
	border-top: 1px dashed #ED743D;
	padding: 5px 30px;
}
/* english
   ========================================================================== */
.english_con {
	padding: 0 0 10px 0;
}

.english_con h2 {
	font-weight: bold;
	font-size: 14pt;
	text-decoration: underline;
}

#main .english_con h3 {
	font-weight: bold;
	font-size: 14pt;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

.english_con h4 {
	padding: 0 0 10px 0;
}

.english_con p {
	padding-bottom: 30px;
}

.english_con ul {
	padding: 0 0 20px 0;
}

.english_con ul li {
	padding: 0;
}

.english_con dl.alliance {
	padding: 0 0 10px 0;
}

.english_con dl.alliance dt {
	padding: 0 0 10px 0;
	font-weight: bold;
	color: #666666;
	font-size: 14pt;
}

.english_con dl.alliance dd {
	padding: 0 0 20px 0;
	line-height: 1.5;
}

.english_con dl.item {
	padding: 0 0 10px 0;
	display: table;
}

.english_con dl.item dt {
	padding: 0 20px 10px 0;
	display: table-cell;
	vertical-align: top;
}

.english_con dl.item dd {
	padding: 0 0 10px 0;
	display: table-cell;
	vertical-align: top;
	line-height: 1.5;
}

.english_con .alliance iframe {
	border: 0;
}
/* contact
   ========================================================================== */
.contact_con {
	width:700px;
	margin:0 auto;
	padding-top:30px;

}


.contact_con dl {
   border-bottom:1px dotted #ED743D;
   margin-bottom:20px;
}

.contact_con dl dt {
   float:left;
   clear: left;
   width:15em;
   padding-top:10px;
}

.contact_con dl dd {
   border-top:1px dotted #ED743D;

   padding-left: 7.5em; /* dtの幅以上のpaddingをとる*/
}
.contact_con input[type="text"] , textarea {
	margin:10px 0;
}
.notfound {
	width:800px;
	margin:0 auto;
	padding:50px 0;
}


/* gallery
   ========================================================================== */
.gallery_con {
	width:720px;
	margin:0 auto;
	overflow:hidden;
	text-align: center;
}
.gallery_box {
	float:left;
	width: 240px;
}
.gallery_thum {
	text-align:center
}
.gallery_thum a {
	display:block;
	width:210px;
	margin:0 auto 20px;
}

.gallery_thum img {
	background-color:#fff;
	border:1px solid #a9a9a9;
	display:block;
	margin:0;
	padding:4px;
	position:relative
}
.gallery_thum img:hover {
	background-color:#a9a9a9
}
.gallery_day {
text-align:right;
padding-bottom:10px;
}
.gallery_img {
	padding:8px;
	background-color:#fff;
	border:1px solid #a9a9a9;
	height: 467px;
	width: 700px;
}
.gallery_txt {
	text-align: left;
	padding: 10px 0;
}
input[type="image"]:focus {
  outline: 0;
  border-color: orange;
}
#ban_con {
width:735px;
height:129px;
overflow:hidden;
margin:0 auto;
}
.ban_course1 {
width:365px;
height:129px;
float:left;
margin-right:5px;
}
.ban_course2 {
width:365px;
height:129px;
float:left;
margin-right:0;
}
#ban_form {
width:365px;
height:0;
display:block;
margin:0;
padding:0;
}


/* news add
   ========================================================================== */
body.single table {
margin-bottom:30px;
}
.style1 {
    font-size: 9pt;
    color: #8c3f3f;
}
.type2 {
    font-size: 10pt;
    color: #666666;
    line-height: 2.0;
    text-align: left;
    padding-bottom:20px;
}
.type2 p {
    font-size: 11pt;
    color: #666666;
    line-height: 2.0;
    text-align: left;
    padding-bottom:20px;
}
.type4 {
    font-size: 11pt;
    color: #8c3f3f;
    line-height: 1.5;
    text-align: left;
}
.type5 {
    font-size: 11pt;
    color: #cc6699;
    line-height: 1.5;
    text-align: left;
}
table.detail01 { 
width:660px;
margin:0 auto;
display:block;
}
.cell01 {
width:660px;
margin:0 auto;
}
.posttext5 {
    font-size: 9pt;
    color: #666666;
    margin-left: 110px;
    line-height: 1.8;
    text-align: right;
    text-decoration: none;
}
.posttext7 {
    font-size: 10pt;
    color: #666666;
    margin-left: 40px;
    margin-right: 0px;
    line-height: 1.8;
    width: 660px;
    text-align: left;
}
.table01 td {
padding:10px 10px;
}
.tablenav {
text-align:center;
}