main_visual_@charset "UTF-8";

/* CSS Document */


/*////////////////////////////////////////////////////////////////////////////////// basic */

body {
	min-width:320px;
	}
img {
	width:auto;
	max-width:100%;
	}



/*////////////////////////////////////////////////////////////////////////////////// */
.wrapper {
	width:auto;

	}
#container{
	margin:0;
	}

.header_icon {
	margin: 0 15px;
	}

#Main_contents {
	margin:0 20px;
	}

.main_contents_width {
    width:auto;
	}

#Anchor a {
	line-height:26px;
	padding-bottom:0px;
	background-image:none;
	}

.footer {
	width:auto;
	height:auto;
	padding-bottom:12px;
	}
	
.footer_width {
	width:auto;
	margin:0 15px;
	}

.footer strong {
	display:block;
	width:100%;
	text-align:center;
	}

.copyright {
	float:none;
	text-align:center;
	}

/*////////////////////////////////////////////////////////////////////////////////// font style*/
a {
	word-wrap:break-word;
	}
.word_wrap{
	word-wrap:break-word;
	}

/*////////////////////////////////////////////////////////////////////////////////// button*/

/*お申込みボタン*/
.bt_apply {

	}

.bt_apply a {

	}
	
.bt_apply a.font_small {

	}



/*////////////////////////////////////////////////////////////////////////////////// float */
.left_float,
.right_float {
	float:none;
	}

/*////////////////////////////////////////////////////////////////////////////////// ソーシャルリンク */

.social_link {
	right: 15px;
	}
	
.tweet, .facebook {
	display:inline-block;
	padding: 0;
	margin: 0;
	float:right;
	}

.tweet {
	margin-right:5px;
	}

