@charset "utf-8";


/* =======================
		ページ
========================== */
img {
	max-width: none;
}
ol {
	padding: 0;
	margin: 0;
}
.mb_5 {
	margin-bottom: 5px;
}
.tb_br, .sp_br {
	display: none;
}

/* =======================
		#header_intern
========================== */

#header_intern {
	width: 100%;
	border-top: 3px solid #2e9b49;
	padding-top: 10px;
	margin-bottom: 20px;
}

#header_intern .main_nav {
	list-style-type: none;
	width: 950px;
	margin: 0 auto;
}
#header_intern .main_nav li {
	width: 115px;
	float: left;
}
#header_intern .main_nav li img {
	vertical-align: bottom;
}
.main_nav li a .fresh_btn {
	width: 115px;
	margin: 0px 0px 0 70px;
	color: #07587a;
	padding: 8px 10px 8px 20px;
	background-image: url(http://www.belluna.co.jp/img/150625/arrow_pic_002.png);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 3px;
	border: 1px solid #d0cfcf;
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.5);
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.5);
	box-shadow: 0px 1px 1px rgba(000,000,000,0.5);
}
.main_nav li a {
	text-decoration: none;
}
.main_nav li a:hover {
	text-decoration: underline;
}

/* =======================
		#intern
========================== */
#intern {
	padding-bottom: 30px;
}

#intern h1 {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

#intern #mainview img {
	width: 950px;
	margin-bottom: 20px;
}
#intern .experience h3, #intern .intern_topic h3, #intern .information h3 {
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e60012;
	font-size: 2.4rem;
	margin-bottom: 20px;
}
#intern .experience ul {
	list-style-type: none;
}
#intern .experience ul li {
	float: left;
	margin-bottom: 30px;
}
#intern .experience ul li.waku {
	background-color: #fdf2f3;
	border: 1px solid #d0cfcf;
	width: 620px;
	margin-bottom: 19px;
	margin-left:30px;
}
#intern .experience ul li.wakub {
	background-color: #fdf2f3;
	border: 1px solid #d0cfcf;
	width: 620px;
	margin-bottom: 19px;
	margin-right:30px;
}
#intern .experience ul li.right {
	float: left;
	margin-bottom: 30px;
	margin-top:-107px;
}
#intern .experience ul li p {
	margin: 15px auto;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 2.8rem;
}
#intern .last {
	text-align:center;
	color:#F00;
	font-size:36px;
	font-weight:bold;
	margin-bottom:25px;
	clear:both;
}

#intern section.experience {
    overflow: hidden;
}

#intern .experience ul.under{
	overflow: hidden;
    width: 620px;
    float: left;
}

/* =======================
		.entry_btn
========================== */
#intern a .entry_btn {
	width: 502px;
	margin: 0 auto 50px;
	background-color: #e60012;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 6px;
	border: 1px solid #d0cfcf;
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.5);
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.5);
	box-shadow: 0px 1px 1px rgba(000,000,000,0.5);
}
#intern a .entry_btn p {
	font-size: 2.2rem;
	color: #ffffff;
	margin: 20px 0 20px 115px;
	background-image: url(../img/common/arrow_pic_005.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	text-decoration: none;
	padding-left: 14px;
}
	
#intern a .entry_btn p:hover {
	text-decoration: underline;
}

/* =======================
		.intern_topic
========================== */
#intern .intern_topic .topic_box .topic_left {
	float: left;
	width: 466px;
	margin-right: 20px;
}
#intern .intern_topic .topic_box .topic_left img {
	width: 466px;
}
#intern .intern_topic .topic_box .topic_right h5 {
	font-size: 1.4rem;
	margin-bottom: 5px;
	font-weight: bold;
}
#intern .intern_topic .topic_box .topic_right p {
	margin-bottom: 20px;
}
#intern .intern_topic .topic_box .topic_right dl {
	line-height: 1.8rem;
	margin-bottom: 20px;
}

#intern .intern_topic .topic_box .topic_right dl dd {
	margin-bottom: 10px;
}


/* =======================
		.detail
========================== */
#intern .detail {
	border: 1px solid #d0cfcf;
	padding: 20px;
	margin-bottom: 30px;
}
#intern .detail h4 {
	font-size: 2.4rem;
	margin-bottom: 20px;
}
#intern .detail h4 img {
	width: 141px;
}

#intern .detail .detail_box .detail_left {
	float: left;
	width: 450px;
	margin-right: 20px;
}
#intern .detail .detail_box .detail_left h5, #intern .detail .detail_box .detail_right h5, #intern .question h5 {
	font-size: 1.4rem;
	margin-bottom: 5px;
	font-weight: bold;
}
#intern .detail .detail_box .detail_left ol {
	list-style-type: none;
	padding: 0px;
}
#intern .detail .detail_box .detail_left ol li {
	width: 440px;
	position: relative;
	background: #ebebeb;
	padding: 15px;
	text-align: center;
	margin-bottom: 22px;
}
#intern .detail .detail_box .detail_left ol .balloon::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(235, 235, 235, 0);
	border-top-color: #ebebeb;
	border-width: 10px;
	margin-left: -10px;
}


#intern .detail .detail_box .detail_right ol li, #intern .detail .detail_box .detail_right dl dt, #intern .detail .detail_box .detail_right dl dd {
	line-height: 1.5rem;
	margin-bottom: 5px;
}

#intern .detail .detail_box .detail_right p img {
	width: 428px;
}

/* =======================
		.information
========================== */
#intern .information .information_box {
	margin-bottom: 30px;
}
#intern .information .information_box .information_left {
	float: left;
	width: 466px;
	margin: 0 20px 0 0;
}
.ie8 .information_left {
	padding-bottom: 28px;
}

#intern .information .information_box .information_left h4 {
	font-size: 2.1rem;
	text-align: center;
	margin-bottom: 10px;
}
#intern .information .information_box .information_left p {
	margin-bottom: 20px;
}
#intern .information .information_box .information_left img {
	width: 466px;
}
#intern .information .information_box .information_right {
	float: right;
}
#intern .information .information_box .day {
	margin-right: 22px;
	padding-top: 30px;
}
#intern .information .information_box .other {
	margin-right: 77px;
}
#intern .information .information_box .information_right h5, #intern .information .information_box .information_left h5 {
	font-size: 1.4rem;
	margin-bottom: 5px;
	font-weight: bold;
}

#intern .information .information_box .information_right ol li {
	line-height: 1.5rem;
	margin-bottom: 5px;
}
#intern .information .information_box .information_left dl {
	line-height: 2.2rem;
	margin-bottom: 20px;
}
#intern .information .information_box .information_right dl dt {
	background-color: #f6f6f6;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #d0cfcf;
	border-left-color: #d0cfcf;
	width: 119px;
	float: left;
	padding: 6px;
}
#intern .information .information_box .information_right dl .line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0cfcf;	
}
#intern .information .information_box .information_right dl dd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d0cfcf;
	border-bottom-color: #d0cfcf;
	border-left-color: #d0cfcf;
	width: 268px;
	display: table;
	padding: 6px;
}

/* =======================
		.question
========================== */
#intern .question {
	background-color: #f6f6f6;
	padding: 10px;
	margin-bottom: 30px;
}
#intern .question p {
	margin-bottom: 20px;
}
#intern .question dl {
	line-height: 2.2rem;
}



/*タブレット*/
@media screen and (max-width:1000px) {

body {
	min-width: 100%;
}
.tb_br {
	display: block;
}	

/* =======================
		#header_intern
========================== */
#header_intern {
	width: 100%;
}
#header_intern .main_nav {
	width: 98%;
	padding-left: 2%;
}

/* =======================
		#container
========================== */
#container {
	width: 100%;
}


/* =======================
		#intern
========================== */
#intern #mainview {
	width: 100%;
}
#intern #mainview img {
	width: 100%;
}
#intern .experience img {
	width: 100%;
}

#intern .experience ul {
	width: 100%;
	margin:0 auto;
	padding:0 5% 0 5%;
}
#intern .experience ul li.left {
	width: 40%;
	margin-right:5%;
}
#intern .experience ul.under{
    width: 55%;
    padding-right: 0;
}

#intern .experience ul li p {
	font-size: 1.4rem;
	line-height: 2.6rem;
}
#intern .experience ul li.waku {
	background-color: #fdf2f3;
	border: 1px solid #d0cfcf;
	width: 55%;
	margin-bottom: 10px;
	margin-left:0px;
}
#intern .experience ul li.wakub {
	background-color: #fdf2f3;
    border: 1px solid #d0cfcf;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0px;
}

#intern .experience div.right {
	padding-right: 5%;
    width: 40%;
    margin-bottom: 30px;
}

#intern .last {
	text-align:center;
	color:#F00;
	font-size:24px;
	font-weight:bold;
	margin-bottom:25px;
	clear:both;
}

/* =======================
		.intern_topic
========================== */
#intern .intern_topic .topic_box {
	width: 96%;
	margin: 0 auto;
}
#intern .intern_topic .topic_box .topic_left {
	width: 55%;
}
#intern .intern_topic .topic_box .topic_left img {
	width: 100%;
}
#intern .intern_topic .topic_box .topic_right dl {
	line-height: 1.7rem;
	margin-bottom: 18px;
}
#intern .intern_topic .topic_box .topic_right p {
	margin-bottom: 10px;
}


/* =======================
		.detail
========================== */
#intern .detail {
  width: 96%;
  margin: 0 auto 30px;
}
#intern .detail .detail_box .detail_left {
	width: 50%;
}
#intern .detail .detail_box .detail_left ol li {
	width: 98%;
	padding: 10px;
	margin-bottom: 18px;
}
#intern .detail .detail_box .detail_right p img {
	width: 47%;
}

/* =======================
		.information
========================== */
#intern .information .information_box {
  width: 96%;
  margin: 0 auto 30px;
}
#intern .information .information_box .information_left {
	width: 55%;
}
#intern .information .information_box .information_left img {
	width: 100%;
	margin-bottom: 27px;
}
#intern .information .information_box .place {
	width: 46%;
}
#intern .information .information_box .day {
	margin-right: 0;
}
#intern .information .information_box .other {
	margin-right: 0;
}
#intern .information .information_box .information_right dl dt {
	width: 85px;
}

/* =======================
		.question
========================== */
#intern .question {
  width: 96%;
  margin: 0 auto 30px;
}

/* =======================
		#footer
========================== */
footer #copy_area {
	padding: 0 2%;
}
footer #copy_area div {
	width: 100%;
}

}



/*スマートフォン*/
@media screen and (max-width:640px) {

body {
	min-width: 100%;
}

.pc_br, .tb_br {
	display: none;
}
.sp_br {
	display: block;
}	

.clear {
    clear: none;
}
	
/* =======================
		#container
========================== */
#container {
	width: 100%;
}


/* =======================
		#header_intern
========================== */
#header_intern {
	width: 100%;
	margin: 0 auto;
}

.mr_20 {
	margin-right: 0;
}

.main_nav img {
	width: 100%;
}
.main_nav li a .fresh_btn {
	margin-left: 10%;
	padding: 5% 0 5% 18px;
	background-position: 10px 11px;
}

/* =======================
		#intern
========================== */

#intern #mainview img {
	width: 100%;
}
#intern .experience h3 {
	font-size: 1.8rem;
	font-weight: bold;
}
#intern .experience ul {
	margin-left: 0;
	width: 100%;
	margin-bottom: 30px;
	padding:0;
}
#intern .experience ul li {
	float: none;
	width: 80%;
	margin: 0 auto 10px;	
}
#intern .experience ul li p {
	font-size: 1.4rem;
	line-height: 2.6rem;
	margin: 20px auto;	
}
#intern .experience ul li.waku {
	background-color: #fdf2f3;
	border: 1px solid #d0cfcf;
	width: 96%;
    margin-bottom: 19px;
    margin-left: auto;
    margin-right: auto;
}
#intern .experience ul li.wakub {
	background-color: #fdf2f3;
	border: 1px solid #d0cfcf;
	width: 96%;
    margin-bottom: 19px;
    margin-left: auto;
    margin-right: auto;
}

#intern .experience div.right {
	padding-right: 0;
    width: 96%;
    margin-bottom: 30px;
    margin-right: 2%;
    margin-left: 2%;
}

#intern .experience ul.under{
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
}

#intern .last {
	text-align:center;
	color:#F00;
	font-size:24px;
	font-weight:bold;
	margin-bottom:25px;
	clear:both;
}

#intern .experience ul li.left {
    float: none;
    width: 96%;
	margin-left: auto;
    margin-right: auto;
}



/* =======================
		.entry_btn
========================== */
#intern a .entry_btn {
	width: 96%;
	margin: 0 auto 30px;
}
#intern a .entry_btn p {
	font-size: 1.9rem;
	width: 74%;
	margin: 20px auto;
	background-position: 0 7px;
	padding: 0 0 0 14px;
}

/* =======================
		.intern_topic
========================== */
#intern .intern_topic h3 {
	font-size: 1.8rem;
	font-weight: bold;
}

#intern .intern_topic .topic_box {
	width: 96%;
	margin: 0 auto;
}
#intern .intern_topic .topic_box .topic_left {
	float: none;
	width: 100%;
	margin: 0 auto 20px;
}
#intern .intern_topic .topic_box .topic_left img {
	width: 100%;
}

/* =======================
		.detail
========================== */
#intern .detail {
	padding: 10px;
}

#intern .detail h4 {
	font-size: 2.1rem;
}
#intern .detail h4 img {
	width: 30%;
}
#intern .detail .detail_box .detail_left {
	width: 100%;
}
#intern .detail .detail_box .detail_left ol li {
	width: 100%;
	text-align: center;
	padding: 10px;
	margin-bottom: 17px;
}
#intern .detail .detail_box .detail_right p img {
	width: 100%;
}


/* =======================
		.information
========================== */
#intern .information h3 {
	font-size: 1.8rem;
	font-weight: bold;
}

#intern .information .information_box {
	width: 96%;
	margin: 0 auto 30px;
}
#intern .information .information_box .information_left {
	float: none;
	width: 100%;
	margin: 0 auto 10px;
}
#intern .information .information_box .information_left img {
	width: 100%;
	margin-bottom: 0;
}
#intern .information .information_box .information_left p {
	margin-bottom: 10px;
}

#intern .information .information_box .information_left dl {
	line-height: 2.2rem;
	margin-bottom: 10px;
}
#intern .information .information_box .information_right {
	margin-right: 0;
	padding-top: 10px;
	float: none;
}
#intern .information .information_box .other {
	margin-right: 0;
}
#intern .information .information_box .information_right dl dt {
	width: 26%;
}
#intern .information .information_box .information_right dl dd {
	width: 74%;
}


/* =======================
		#footer
========================== */
footer #copy_area {
	padding: 0;
}
footer #copy_area div {
	width: 98%;
	margin: 0 auto;
}
footer #copy_area ul {
	float: none;
	width: 98%;
	margin: 10px 0 0 8%;
}
footer #copy_area .copyright {
	float: none;
	clear: both;
}

}

