@charset "UTF-8";

/*  
Theme Name: 河津町役場 観光課
Theme URI: 
Description: WSC Project, Very simple theme. Markup of css which can facilitate customization. Using the CSS media queries, change the screen size.
Version: 1.0
Author: Kabosu Media Works & ark
Author URI: http://www.kabosu.net/, http://www.ark.co.jp/
Tags: black,silver,white,light,two-columns,right-sidebar,fixed-width,custom-background,custom-menu,editor-style,sticky-post,translation-ready,threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*-----------------------------------------------------------------------------
 WordPress CMS Theme. Based on work by WSC Project: http://wsc.studiobrain.net/
---------------------------------------------------------------------------- */

/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;border:0;outline:0;font-style:normal;background:transparent;}
body{line-height:1;}
ol, ul, li{list-style:none;margin:0;padding:0;}
blockquote, q{quotes:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
caption{width:100%;}
a{outline:none;}

body{margin:0px;padding:0;-webkit-text-size-adjust: none;font:12px/24px "Meiryo","MS PGothic","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}

header, section, footer, aside, nav, article, figure, main, time {display: block;font-size:0;}/*HTML 5 サポート - 新しい HTML 5 タグを display:block に設定します。これにより、ブラウザーでタグが適切にレンダリングされます。 */

.container {
	width: 1200px;
	margin: 0 auto;
}

/* pc tablet */
@media screen and (max-width: 1199px) {
	
	.container {
		width: 1000px;
	}	
	
}
/* tablet */
@media screen and (max-width: 1023px) {
	
	.container {
		width: 750px;
	}	
	
}
/* tablet sp */
@media screen and (max-width: 767px) {
	
	.container {
		width: 600px;
	}	
	
}
/* sp */
@media screen and (max-width: 599px) {
	
	.container {
		width: 300px;
	}	
	
}

@font-face {
	font-family: 'ＶＤ ロゴ丸 特太';
	src: url('shared/font/LOGOM_0.woff') format('woff'),
	     url('shared/font/LOGOM_0.TTF') format('truetype'),;
}
